Data store not saving?

with Datastore2 you can add a bool value in ServerStorage and call it SaveInStudio and set it to true, if you have it show my your script, Datastore2 doesn’t require a player removing / bindToCloe functions setup, you probably did something wrong

Sorry for late reply i was asleep

1 Like

Yeah, im pretty sure i did, in the topic of sleeping i need to sleep its like 2am :sweat_smile:

Ill update you if Datastore2 fixes the bug, alsoo i just now found a video by alvin blox and that should help me with examples.

Again:

Tommorow im mostly gonna do a lot more research than i did today because i was really tired xd.

Also thanks for suggesting this, i have a gut feeling this will solve it, hopefully

1 Like

can I see your current code? i will help you point out your mistakes

1 Like

I actually found the problem. The problem was the server was shutting down, its delaying the server shutdown but it doesn’t really delay the removing of the player instance in players service so what was happening was that i was doing waitforchild on the playergui:

also, even if it just ignored that, code would loop through nothing therefore not saving it.

Thanks for helping!

1 Like