Is there any accurate way to see when a user changed their display name on the site?

I’m making a profile searcher game, and I need to have this stat. Any help?

Well, if they have played your game before, you could put it as a string value in the DataStore. And then if they play your game again with a different display name, the code will know the difference.

1 Like

Can you give him a example? I dont think hes advanced at code

Let’s just wait for him to respond because you can’t say that

is there any other way? like api

You probably could find something but the most reliable solution would probably be what I put

There is currently no way to do what you’re looking to do with an API to my knowledge (someone correct me if I’m wrong). In theory if you had a certain amount of infrastructure, you could scan certain users and constantly check when there display name was changed and log a timestamp, however doing so for the entirety of the site would be a really, really heavy task and quite literally impossible.

If the player has joined the game before however, the solution previously replied with is one way, however that wouldn’t cover the entirety of the site.