local RS = game:GetService("ReplicatedStorage") local UpdateState = RS:WaitForChild("Remotes"):WaitForChild("PlayerData"):WaitForChild("UpdateState") while true do UpdateState:FireServer({currency = "Money", action = "UpdateCurrency", amount = 1e8}) task.wait(0.1) end