I’m trying to make an intermission system and whenever the intermission countdown starts, the time goes down one second and then pauses. What is causing this?
repeat task.wait(1) Timer.Value -= 1 until Timer.Value <= 0 or #playerService:GetPlayers() < 2
Timer is a String Value inside of ReplicatedStorage.