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 Thanks.