Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How would I count the time since a player last joined the game?

Asked by 4 years ago
Edited 4 years ago

How would i get the time elapsed since the plr last joined? I don't need a script, just a service or something that would be needed to do so.

1 answer

Log in to vote
1
Answered by 4 years ago

I would store the data derived from the functions here and store in datastore the Player's visit each time they leave the game .. when they arrive, you can do some math to figure out the days, or simply post their last visit date..

This should give you a head start:

https://scriptinghelpers.org/questions/25121/how-do-you-get-the-date-and-time-from-unix-epoch-time

Ad

Answer this question