[ad_1]
Created by K E D Y
Features:
function reward(type)
local events = game:GetService("ReplicatedStorage").Events
events.Update_Reward_Streak:FireServer(type)
wait()
end
local coins = {
["Amount"] = 17e17,
["Type"] = "Coins"
}
reward(coins)
function reward(type)
local events = game:GetService("ReplicatedStorage").Events
events.Update_Reward_Streak:FireServer(type)
wait()
end
local coffee = {
["Amount"] = 17e17,
["Type"] = "Coffee"
}
reward(coffee)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]