How to get join data user?

How do I get the date when a player logged into the game for the first time?

Use os.time to get when the player first joined. Then, set up a datastore to save the data.

Why would you use os.time?? You can just make a script that checks if a player has already joined.

Then, how would you be able to get the exact time of the first join?