A suggestion: Make it where it doesn’t clear the text box if you want to change the key after you closed it, also, put the code on Github so that it’ll be easier to make pull requests, see the code, etc
I have been having some issues with constant errors that keep happening, but they don’t break the plugin, they’re just annoying; they seem to be still a problem because of the light theme integration, it always it’s saying “bg-something something” or similar;
Also have you ever thought about making it a widget? Because it just takes half of the screen for no reason and you can’t resize it or anything or put it where you want;
Hello! Yes, I was thinking on widget but I don’t think it’s better at all. Yes, the errors, very strange because they are in pcall too. I don’t have any ideas how to fix it but I will try to do something about it because it’s annoying me too.
It works just as intended and is easy to use (given you know how datastores work obv.) other than the fact it spams the output with errors.
When I change anything in the box above the query button.
cloud_6013845672.DataEditor.MainScript:153: attempt to index nil with 'simple_text_color' - Studio
19:44:52.932 Stack Begin - Studio
19:44:52.932 Script 'cloud_6013845672.DataEditor.MainScript', Line 153 - Studio
19:44:52.932 Stack End - Studio
and when I press enter for the changed value in the stat thing
cloud_6013845672.DataEditor.MainScript:226: attempt to index nil with 'disabled_text_color' - Studio
19:46:25.144 Stack Begin - Studio
19:46:25.144 Script 'cloud_6013845672.DataEditor.MainScript', Line 226 - Studio
19:46:25.144 Script 'cloud_6013845672.DataEditor.MainScript', Line 324 - Studio
19:46:25.144 Stack End - Studio
When I put my cursor above the datastore name stuff
cloud_6013845672.DataEditor.MainScript:333: attempt to index nil with 'bg' - Studio
19:55:01.204 Stack Begin - Studio
19:55:01.204 Script 'cloud_6013845672.DataEditor.MainScript', Line 333 - Studio
19:55:01.204 Stack End - Studio
Edit: is it possible to list all datastores and then list all the values inside of them?