I’m aware that the developer of ProfileStore claimed that ProfileStore is not meant to be used for global leaderboards and ordered data stores. This leads me to wonder why some people on the forum claim it’s possible while some say it’s not?
Are there any ways to work around this, having both profile store and the ability to have global leaderboards?
I’m having this same question. If anyone has an easy answer, that would be extremely helpful. I’m working on testing a MemoryStore + OrderedDataStore addition that uses ProfileStore data to update a global leaderboard. If I get my system to work I will be sure to document it so anyone can use it.
Hey! Did you manage to make it?
I’m working on a Global Leaderboard myself right now
If you’ve already done it, I’d really appreciate it if you could share your experience!
~Physic
I do not use ProfileStore for my projects but I have a private use module that handles data saving in tables so making global leaderboards is pretty much impossible with it.
My fix was to make a separate DataStore for each global leaderboard value to simply use the normal method we all know afterwards. Might not be the best solution, specially for ProfileStore as its a slightly different case than my module but I just know this works.