Jovey

Shopping cart simulator infinite coins

Apr 30th, 2022
1,248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function reward(type)
  2. local events = game:GetService("ReplicatedStorage").Events
  3. events.Update_Reward_Streak:FireServer(type)
  4. wait()
  5. end
  6.  
  7. local coins = {
  8. ["Amount"] = 15e15,
  9. ["Type"] = "Coins"
  10. }
  11. reward(coins)
Advertisement
Add Comment
Please, Sign In to add comment