Advertisement
xXM0NSTERXx

Millionaire Empire Tycoon

Jan 1st, 2022
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. getgenv().Amount = {
  2. Loop = false,
  3. Cash = 999999999999999999,
  4. WaitTime = 0 -- Increase if lagging and so on
  5. }
  6.  
  7. spawn(function()
  8. while Amount.Loop == true do
  9. task.wait(WaitTime)
  10. game.ReplicatedStorage.Events.CrateClaim:FireServer("Cash", Amount.Cash)
  11. end
  12. end)
  13.  
  14. game.ReplicatedStorage.Events.CrateClaim:FireServer("Cash", Amount.Cash)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement