while true do local args = { [1] = 1000, [2] = "Purchased" } game:GetService("ReplicatedStorage"):WaitForChild("AdminEvents"):WaitForChild("AddCash"):FireServer(unpack(args)) wait(0.1) -- Waits 0.1 seconds before next iteration end