So my game has a lot of issues with data loss, i found out how to use datastore2 and would like to apply it to my game, but doing this will wipe everyones data in my game. Should i wipe all of the data to prevent it in the future or is this a bad idea?
Datastore2 bad, make your own
If data loss happens, it’s safe to say that you’ll need to update to a better data store. So, it’s better to data wipe for a more advanced and reliable data store than it happening again.
1 Like
Okay so i found out my own way to make a script that creates different backups stored.
so i might be able to use this whilst not wiping everyones data
1 Like