local addPoints = workspace.Events.AddPoints while true do addPoints:FireServer() task.wait(0) end