I have been searching for the past days for a method to set the data of an offline user using Profile Store, yet found nothing, I went through the docs, asked AI, looked on Youtube, nothing.
If someone know’s or has a link to a post please refer it to me.
You only need to have the UserId of the player (or whatever unique identifier you’re using as the datastore key), the associated player doesn’t need to be in-game.
I’ll need to know more context to be able to answer that, are you implementing some sort of moderation system?
You do not need to use messaging APIs, you just need to steal the session lock (if one exists), the ProfileStore documentation should have this.