Possible to set up a leaderboard with a pre-existing datastore with tables? Or must construct new one?

I’ve come up to a small problem–I’m trying to set up leaderboards but It seems that I need a singular datastore associated with just that particular statistic to even set up leaderboards.

So currently I have a datastore that has all the data handled within tables and etc., would I have to construct new datastores to allow leader boards to function in the first place?

where I’m getting the assumption: OrderedDataStore | Roblox Creator Documentation

1 Like

Yes , you must setup OrderedDataStore to get the data in an orderly manner for the leaderboards

1 Like