Datastore (ds2) queue causing stats to load very slowly

I’m trying to get it so that with ds2 it doesn’t take as long for data to save and load (it has to queue apparently if there’s too much). I honestly don’t know how to fix this. Thanks for readin’! (it’s also causing pple to lose progress)

You shouldn’t be saving data really frequently, that’s probably why the datastore requests are throttled.

Are you combining the datastores?

1 Like

I’m using ds2 and it requires me to save it when I update the values.

Take a look at this documentation:
https://kampfkarren.github.io/Roblox/guide/simulator/

Are you combining your stores?

I am combining my stores, yes. The problem is as shown in the screenshot - too much data is being saved at once because there’s usually 15 players all playing and all of their data needs to be saved at the correct time, but datastoreservice queues them so sometimes their progress doesn’t save or takes way too long to load.