|
| 18 Jul 2014 08:26 PM |
| What's the safest way to count time, I'm pretty sure I'm going to need to use datastore, but what method should I use to wait time, besides wait().... |
|
|
| Report Abuse |
|
|
Azureous
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25287 |
|
|
| 18 Jul 2014 08:35 PM |
What do you mean count -- If it's server time then that's easy along with conversions to minutes, hours, and days.
You mean keeping a clock going in multiple servers to keep track of each player's time in the game? |
|
|
| Report Abuse |
|
|
| |
|
MHebes
|
  |
| Joined: 04 Jan 2013 |
| Total Posts: 2278 |
|
|
| 18 Jul 2014 08:37 PM |
| os.time() if you're comparing two times, but tick() if you're finding the actual time (like 9:37 PM) for the player. |
|
|
| Report Abuse |
|
|
| |
|