Datastore 2 - Leaderboard?

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.

What i mean by leaderboards is this

You don’t use data stores to create leader boards. What are you trying to do. Are you talking about the leader board at the top right corner.

Apologies, I mean something like 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.

1 Like