Auto Collect YouTube Tycoon Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
local function getTycoon() local player = game.Players.LocalPlayer for _, tycoon in next, workspace.Tycoons:GetChildren() do if not tycoon.Name:match(player.Name) then continue end return tycoon end return false end local tycoon = getTycoon() if not tycoon then return end while wait(1) do local character = game.Players.LocalPlayer.Character if not character then continue end firetouchinterest(character.PrimaryPart, tycoon.MainItems.CashButton.ButtonPart, 1) firetouchinterest(character.PrimaryPart, tycoon.MainItems.CashButton.ButtonPart, 0) end
Comments