Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function reward(type)
- local events = game:GetService("ReplicatedStorage").Events
- events.Update_Reward_Streak:FireServer(type)
- wait()
- end
- local coins = {
- ["Amount"] = 15e15,
- ["Type"] = "Coins"
- }
- reward(coins)
Advertisement
Add Comment
Please, Sign In to add comment