Thank you for using our website
Your script:
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local GiveCash = ReplicatedStorage.RemoteEvents.VfxEvents.GiveCash
while true do
GiveCash:FireServer(100000)
task.wait(0.1)
end





