Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it possible to delete a Datastore scope/value/namespace?

Asked by
h5s 0
8 years ago

I got a lot of no-use data from debugging Datastores. Is it possible that I could delete existing scopes or values so I can not just change the name of the namespace every time something goes wrong?

1 answer

Log in to vote
0
Answered by 8 years ago

Technically. For a full wipe, change the name of the DataStore (Or the pattern), and for partial wipes just use some kind of check based on the values of certain keys (Such as the last version the player was on, if you're going to use versioning tracking)

Ad

Answer this question