Ordered and normal Data Store can't work

Hello!
I want to store a dictionary in a player using data store. The problem is, I also want to loop through every player that is inside the data store.

OrderedDataStore would be perfect for this, but you can only store numbers inside them.
Normal DataStores can store anything, and as far as I know, you can’t loop through the players inside it.

Any ideas on how I can achieve this? :smile:

Would ListKeysAsync not function in a similar way?

1 Like