How to go about making a proper countdown timer?

Hey, i wanted to make a countdown timer and the only idea that came to my head is using a while or for loop that minuses a number very sec, and i want to do that on the server, So my question is that is this a bad way to do it? performance wise i mean, since the timer is literally like 10 mins countdown which is how long the game goes for.

Is there a better way doing this? like DateTime? and if so i have no idea how to do that using other methods so please if possible show me that :slight_smile: Thanks.

Perfectly fine way especially for replication as you can just update a number value I’m replicated storage

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.