#Is there any way to make global leaderboard when using ProfileStore?

1 messages · Page 1 of 1 (latest)

mental tapir
#

Hello, I’m currently using ProfileStore to manage player data because it’s a powerful and easy to use tool. However, my game requires a global leaderboard, and I’m not sure how to implement one using ProfileStore. Does anyone have suggestions or best practices for achieving this?

meager nest
#

ProfileStore isnt really meant for global leaderboard The usual way is to keep using it for player data and use an OrderedDataStore for the leaderboard