Using tick() for handling time systems

Your compariosn isn’t right though. When talking about tick(), the question “Why not task.wait()” is not relevant. Both, even if they’re only connected by the concept of time, do different things. Tick gets, as you said, the current Unix time, while the wait function halts the thread for x seconds. I did see posts regarding comparisons between tick and GetServerTimeNow. Also,

1 Like