Hi, I am using ProfileService to save data. All my data is saved in a dictionary
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?