What's in the question.
My friend wants a script like this:
game.Players.PlayerAdded:Connect(function(player) --print(player.Name) --Print(PLAYER_TIME_HERE) --Print(Date_Here) end)
Is that possible?
You could use https://www.lua.org/pil/22.1.html to get the current time and date. You might want to store it all in a data store though.