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