while true do workspace:WaitForChild("Events"):WaitForChild("Prestige"):FireServer() task.wait(0.1) -- Adjust the delay to control how fast it loops (0.1 = 10 times per second) end