Are os.time() and tick() guaranteed to be synchronized on the server?

with tick() having higher precision of course

No. os.time() is based on UTC, tick() is based on the timezone the server is in.

“This differs from tick(), because tick uses the current system time rather than UTC time.”-Roblox Wiki

7 Likes