Advertisement
numnum00000

Brawl Stars Tycoon

Jan 23rd, 2020
1,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. ---[set Brawl Stars 1-4 based on which tycoon you claim]
  2. _G.on = true
  3. while _G.on do
  4.     wait()
  5. for i,v in pairs(game:GetService("Workspace")["Zednov's Tycoon Kit"].Tycoons["Brawl Stars 3"].PurchasedObjects.Mine.Clicker:GetDescendants()) do
  6. if v:IsA("ClickDetector") then
  7. fireclickdetector(v)
  8. end
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement