I want to use the DataStore Editor to look at some of my users datastore.
The thing is, I use DataStore2 to manage my data, and after looking through the module, I have no idea how to get my data.
For those who don’t know how the DataStore Editor plugin works, you put in the name of your datastore in the space then hit Connect. Scope can be blank.
Next you put in the key that you set by the SetAsync/UpdateAsync function in DataStore and it should display your data, either in dictionary or value.
from an old datastore of mine that used ProfileService
Note that im not looking for how to get the data using it’s API. I’m talking about how to get their DataStore name and keys. Any help is appreciated.