How would I make a global leaderboard with DataStore2?

I already know that DataStore2 isn’t compatible with OrderedDataStores, but is there a work around? Thanks

1 Like

No, just directly use ordered data stores, as Kampfkarren said. Unless you want to fork the entire thing just to add support for that, which seems overkill.

So I would just make the leaderboard like like with normal data stores?