Ordered Data Store for leaderboards when data is saved as a dictionary (ProfileService)

Hi, I am using ProfileService to save data. All my data is saved in a dictionary


image

How can I use OrderedDataStore to display the top 10 players from [“leaderstats”] = [“Coins”] ?
I’ve read some posts and some said that OrderedDataStore doesn’t work with dictionaries… is this true? If it is, are there any alternative methods that i can use to create leaderboards with ordered data?

3 Likes