Problem with Data Stores

You can do a few things to fix this.

For one, I highly suggest using a datastore module such as DataStore2 or ProfileService

If you still want to use vanilla datastore you can try adding periodic saving events (like every 15 seconds it saves) to minimize data loss.

1 Like