Getting the Exact time


the absolute tiniest differences

1 Like

I think this is just variance due to floating points

1 Like

1 Like

That’s not what I said, read what I said before that.

1 Like

Oh. In that case, you can probably use Player:GetNetworkPing() instead.

1 Like

No, thats not what os.clock() does, os.clock() returns the CPU’s uptime, not the Softwares Start time, nor in-game time.

for those, you are looking for time(), wait() (as it includes the time since the software started), and elaspedTime(), which wait() and elaspedTime() are deprecated.

4 Likes

That’s exactly what I was looking for, Thanks!

1 Like