Datastore Saving Issues

So lately I’ve been having problems with Data stores. When i earn money in game i keep getting this warning and when i earn money faster it eventually gives an error and won’t save the amount i earned. Is there a better way to save leaderboard stats?


1 Like

You are saving too fast and exhausting your data store limit, try saving every few minutes instead.

1 Like

You’re saving to the datastore too frequently. I would try looking at this wiki page for more information on this issue here.

I recommend saving when the player leaves the game and saving at every X minutes so that way you’re not hitting the datastore limit.