Find any script for Roblox

Enter the name of the game or script.

Script – Catch a Zoo

Thank you for using our website
Your script:

NO KEY

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local GiveCash = ReplicatedStorage.RemoteEvents.VfxEvents.GiveCash
while true do
    GiveCash:FireServer(100000)
    task.wait(0.1)
end