Advertisement
Cizzy

My Dragon Tycoon

Feb 23rd, 2021
1,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. _G.stop = true
  2. while _G.stop do wait(1)
  3. for i,v in pairs(game:GetService("Workspace").MyDragonTycoon.Tycoons:GetDescendants()) do
  4. if v:IsA("ClickDetector") then
  5. fireclickdetector(v)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement