- Use BindToClose.
- Wrap your datastore requests in pcalls, they are network calls, so they can fail.
- Make the datastore retry if it fails a couple of times before giving up.
- UpdateAsync > SetAsync
- Don’t save data if all the datastore get requests fail.
1 Like