Find any script for Roblox

Enter the name of the game or script.

Script – How to train your dragon

Thank you for using our website
Your script:

NO KEY

local ReplicatedStorage = game:GetService("ReplicatedStorage")
local remote = ReplicatedStorage:WaitForChild("Remotes"):WaitForChild("GetRandomFishRemoteEvent")
local args = { 3 }
for i = 1, 5000 do
	remote:FireServer(unpack(args))
	task.wait(0.01) 
end