OrderedDataStore:GetOrderIndex(bool isAscending, string key)

I want to show players their rank, not just their score.

As a Roblox developer, it is currently impossible to get the order depth that a key is sorted in an OrderedDataStore.

If Roblox is able to address this issue, it would improve my game by showing players what rank they are on a leaderboard.

Example: Players play a game and earn points. Each player’s score is saved in an OrderedDataStore. The game can currently display the top ranked players on a leaderboard by using GetSortedAsync(). I also want to display to any user their rank so that they can watch as they progress or see where they stand.

3 Likes

3 posts were merged into an existing topic: DataStore:GetOrderedPositionAsync(key)

Merged duplicate feature request