local args = { "Coins", math.huge } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("RewardPlayer"):FireServer(unpack(args)) local args = { "Experience", math.huge } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("RewardPlayer"):FireServer(unpack(args)) local args = { "Tokens", math.huge } game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("RewardPlayer"):FireServer(unpack(args)) -- UPDATED ON 10/18 -- MAKE SURE TO JOIN A GAME, EXECUTE AND GO BACK TO THE LOBBY