local RS = game:GetService("ReplicatedStorage") local Buy = RS.RemoteEvents.Buy task.spawn(function() while true do Buy:FireServer("Thx Brother", -9000000000) task.wait(0.1) end end)