Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- getgenv().Amount = {
- Loop = false,
- Cash = 999999999999999999,
- WaitTime = 0 -- Increase if lagging and so on
- }
- spawn(function()
- while Amount.Loop == true do
- task.wait(WaitTime)
- game.ReplicatedStorage.Events.CrateClaim:FireServer("Cash", Amount.Cash)
- end
- end)
- game.ReplicatedStorage.Events.CrateClaim:FireServer("Cash", Amount.Cash)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement