I was wondering how you could get fetch all data from every player stored in the DB. (So not the players that are in the game, but all players that are stored somehow in the DB.)
I’ve seen things like GetOrderedDataStore, and we’re not going to use that.
There is no way you can get all keys in a normal datastore, you would need to use OrderedDataStore for this (or you could create your own saving system).