1 messages · Page 1 of 1 (latest)
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?
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