In general I’ve heard that using repeat wait() until is a bad idea, take a look at this thread for instance. Instead of using repeat wait for the value of status changing, maybe use a bindable event to trigger the timer. If it is counting up couldn’t you also just have a starting point and use something like tick() to get the time elapsed since and format it with os.date? This could possibly help a little bit, not sure.
3 Likes