Is there currently a way to create coin leader boards with Datastore2? Currently it seems like there is no way to do this with data store 2. So my question is, Can I create leader boards with datastore2 or would I need to use normal Data store to do this.
Scrolling through the DataStore2 API seems to have nothing to sort the data. The best method I can think of is creating a OrderDataStore and then update that with the correct values from DataStore2. Then when you need to display the leaderboard use GetSortedAsync.