|
| 23 May 2016 09:21 PM |
roblox wiki doesnt really explain it
|
|
|
| Report Abuse |
|
|
DataFlame
|
  |
| Joined: 02 Dec 2011 |
| Total Posts: 8931 |
|
|
| 23 May 2016 09:24 PM |
| I've never used it, but is it any different from tick()? |
|
|
| Report Abuse |
|
|
|
| 23 May 2016 09:35 PM |
i think os.time is used for getting the time between a player last joined
|
|
|
| Report Abuse |
|
|
|
| 23 May 2016 09:40 PM |
os.time does not use local time, so it is more secure for daily logins because it doesn't matter what timezone the server is at. It also is an integer, where as tick is preferred for super-accurate time intervals because it goes to microseconds and beyond.
|
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
| |
|
|
| 23 May 2016 09:50 PM |
| how would i use it to tell when a player joined last? |
|
|
| Report Abuse |
|
|
|
| 23 May 2016 09:50 PM |
you would need to store it in a datastore and compair
|
|
|
| Report Abuse |
|
|
Isosta
|
  |
| Joined: 10 May 2015 |
| Total Posts: 14729 |
|
| |
|