Data store test again

hullo, im new and still learning data store and its very confusing, how do i test data store again my script is like detecting players if they are new or not and if they are new, a different Gui will pop up and i want to test it again how do i like remove data or something just to test it again? thx.

1 Like

local DataStoreService = game:GetService(“DataStoreService”)
local testStore = DataStoreService:GetDataStore(“TestStore”)

local key = “YourTestKey”

testStore:RemoveAsync(key) – this is the command.

Datastore Editor V2
Use this plugin, enter datastore name, then key is your user id:

to get your user id you can use this plugin:
ID Grabber Pro

im pretty sure this eases everything, using these plugins you can easily save, delete and edit datastores without commands, as you need to run scripts everytime u wish to delete datastores!

image
image

1 Like