local remote = game:GetService("ReplicatedStorage"):WaitForChild("AddDieMoney") while true do task.wait() remote:FireServer(4999) end