When do you get the warning? Just in studio when you stop the playtest right?
Yes, that is correct. Only when I stop playing in studio.
Yeah, datastores work weird in studio. It’s not documented anywhere but when you test in studio it has a really low request limit. So if you request to the datastore too quickly (click playtest too often) it will start throwing that warning. You shouldn’t have this issue in a live game though because reading through your code it looks like you only save when the server shutsdown or the player leaves the game. I’d also recommend just autosaving every 5 minutes just incase
Yeah thanks so much. I do already have the 5-minute autosave:
I appreciate your help everyone. Thanks so much.
now i see why theres 2 big data trying to save data at the same time ?
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.