Is there way to view all your databases and its tables, values and such as in phpmyadmin to view all the databases and it’s tables.
To my knowledge, there is no way to get every single DataStore that is being used with any DataStoreService functions. But, you can save every DataStore scripts use inside a table, and then store that table, but you would need to go into every script that writes to DataStoreService, and make sure they log which DataStores they request.
There’s no way to retrieve the datastores you’ve made if you lost the datastore name and keys. Otherwise, if you do have these information, you could use the DataStore Editor plugin by Crazyman32
2 Likes