Сontent continues after AD

Script – Catch a Zoo

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
				
			

if the script does not work, try other scripts on our website