local ReplicatedStorage = game:GetService("ReplicatedStorage") local Events = ReplicatedStorage:WaitForChild("events") local ReelFinished = Events:WaitForChild("reelfinished ") local function MaxReel() ReelFinished:FireServer(100, true) end while task.wait(0) do pcall(MaxReel) end