I am creating this post because I need help with creating a count down system.
Something like a live event. When the count down is done, the game fires an event. And even when there isn’t any servers up, the game still knows how long there is left tell the event.
You would make use of os.time() (which returns the time since epoch (1st of January, 1970)), and just check if the time is after the desired time that the event should start