How would I go about converting a data store to an ordered one?

The question says it all, so how do I do it?

You can’t do that. Also Ordered Datastores only support numbers. Ordered DataStores should only be used for leaderboards, and actual data should be all saved under one key for every player.

1 Like

I know, but could I somehow at least sort through all the values in the data store without having an additional one with all the IDs of players?

You can’t currently and there’s no plans of sorting stuff like that. You’ll have to have a dedicated ordered datastore for each value that you want from data. The ordered datastore should only mimic the actual data.