Hey!
While developing my game, I came across a problem: DataStore limits. I would like to load in a chunk (1 - 100) of DataStores when the player is joining. I need to load data from players not even in the server.
The thing is that this would be done for every player in every server. This can not be good for optimizations, right?
Does anyone know of a solution that could fix this?