sheesh
this is on another level, awesome plugin
sheesh
this is on another level, awesome plugin
My account is not id-verified.
awesome plugin!
even if it had a price. it’s still worth it
Best datastore editor in roblox.
And it’s open source letsgooo. Open source ftw
Great plugin, but is there any way to get all the data in a datastore? like exporting it like how you would export the individual players data.
No, but I’m pretty sure you can export an entire DataStore with this app: OpenCloudTools - Open Source Datastore/MessagingService Tools
oh my god, thanks so much. I was trying to figure this out for the past 5 hours yesterday. it kept listing 50 keys over and over when i know i had way more. thanks again.
hey, also just another question. Do you know how to change this into json form and just export it into my firebase?
The format for the table exported is here: OpenCloudTools/doc/bulk_download.md at master · jlwitthuhn/OpenCloudTools · GitHub.
If you have Python on your computer, you could write a script to convert the table into JSON with the built-in sqlite library: sqlite3 — DB-API 2.0 interface for SQLite databases — Python 3.13.0 documentation. This is a starting point: Convert SQLite Database to JSON file | Kaggle.
There’s probably other ways to do it which you can research, but that’s how I would convert it to JSON.
Yea, took me a full day to figure that out. thanks anyways!
(Python sucks)
Just got this plugin – first impressions, it’s absolutely stunning and incredibly well-made! I’m incredibly delighted in just using it
If it’s alright, I do have some nitpicks/slight criticisms:
Thanks you for all the feedback! I really appreciate getting replies like this If you don’t mind, could you elaborate more on the sorted datastores? There is already support for ordered datastores.
Oh, sorry! Maybe I got confused looking at something else. I’ll check again once I have the ability to.
Just wanted to say thank you for making this plugin
I’ve been using it for weeks to edit, debug, etc and it’s amazing!
I’m having issues accessing my datastore. Try the following:
Now try to access the datastore with the plugin, inputting the relevant details e.g. in my case it is:
For some reason, I cannot access/search for any keys.
Thanks for the report! That is a very weird bug, but I think I found the solution:
If you go into the settings and turn on AllScopes
and then you connect to the your DataStore
you’ll see the problem
I think this is because when you access the NumberValue from ServerStorage, the C++ side of stuff converts it into a string differently. The solution I found is to make sure to manually convert to string:
game:GetService("DataStoreService"):GetDataStore("Stats", tostring(game.ServerStorage.NumberValue.Value)):SetAsync("test", "test")
If this is not possible, I found that this command works to get the accurate scope for some of the values I tested:
print(string.format("%.20f", 0.1):gsub("0$", ""))
Thanks for the update.
The first option wouldn’t be possible for me as it’d trigger a data reset as the scope will be ‘changing’, correct?
I’ll give the second option a try
This plugin is amazing, but it would be cool if we could export/import ALL THE DATA inside a datastore instead of only one key. Is this possible?
Not possible with this plugin, but there was an earlier post with this question you can look at: DataDelve — easy, free datastore editor - #39 by pinehappi
Thank you so much, anyways, your plugin is amazing, THANK YOU SO MUCH