Is there a way to get the game's dau or mau?

I am posting this for my friend, because he is still not a member.
He is asking if there is any way to get the DAU(Daily Active Users) and MAU (Monthly Active Users).

He will be answering all of your questions @MrTatom

1 Like

You can use tick & datastore to detect if a player hasn’t joined your game daily

If you are talking about roblox, then I am not sure

You can use a DataStore to store all the players that join, then you can see whos been on each day and month. Depending on what system you use you can even look back to older days and see who was on that day.

Also will need to use os.time to get the date so you can add a new section to the store each day

We are talking about roblox, yes.