Total number of players

Hey developers,
I wanted to know if there is a way to know how many players play my game. I am not talking about visits as even if the same player plays it twice it would count a double visit.
I want to know the actual number of people who played my game since the start, if there is a way to it
I aint really sure about these things as i am a beginner at scripting

Thanks for your time :slight_smile:

1 Like

Maybe everytime a new player joins, you would have a DataStore checking if their data is nil then add 1 to a server DataStore and print the value.

If you are a beginner scripter, you’ll need to understand how datastores works because that’s what you’ll need to know in able to reach that objective.