Advertisement
numnum00000

ore tycoon 2

Jan 23rd, 2020
4,969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. ---[set Color Gold , Deep orange , Dark taupe, Lavender, Alder based on which tycoon you claim]
  2. ---- select the starter ore execute script  and  just keep unlocking the pads as u earn money
  3. _G.on = true
  4. while _G.on do
  5.     wait()
  6. for i,v in pairs(game:GetService("Workspace").Tycoons["Deep orange"]:GetDescendants()) do
  7. if v:IsA("ClickDetector") then
  8. fireclickdetector(v)
  9. end
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement