My Timer Works until intermission is over?
Asked by
4 years ago Edited 4 years ago
**My Timer Works until intermission is over, then it goes into negatives and doesn't restart to set number. it resets from 2 minutes, when it gets to 1 minute it racks up to 3 minutes then 2 minutes then 6 minutes etc... **
Output has no error related to timer
01 | local timer = script.Parent |
16 | timer.Text = tostring (minutes).. ":0" .. tostring (seconds) |
18 | timer.Text = tostring (minutes).. ":" .. tostring (seconds) |
21 | until minutes < = 0 and seconds < = 0 |
23 | if minutes = = 0 and seconds = = 0 then |
24 | while timerQuota > = 0 do |
26 | timer.Text = "Intermission: " .. timerQuota .. "" |
27 | timerQuota = timerQuota - 1 |