I ran across a DataStore module called ProfileStore made by @loleris . its great and everything, but I’m just wondering if you’ll be able to edit their data even if they’re not on the same server or offline. It would be great if you could set a player’s data even if they’re away for instances like if they lost their saved data or if its exploited.
edit:
Also wondering if you can make global leaderboards for it
No you cannot edit a player’s data when they are offline, although I have heard you can do it through a plugin. (not too sure on that) What I would recommend is updating the players data upon joining the game again.
global leaderboards should not be handled with ProfileStore
on the other hand, Loading data while a specific user is not online can be done. Just need their ID and load it in like you normally would load a player’s data.