Thank you for using our website
Your script:
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