@Xsticcy it seems there is something wrong with your DataStore Editor plugin.
In my code I have a datastore named: “someData”
the line:
local DS = game:GetService("DataStoreService")
local someData = DS:GetDataStore("someData")
Also I have the right key too: “-cash”
line of code:
data = someData:GetAsync(player.UserId.."-cash")
Now I use the plugin and change the value to 9:
When I run the game:
It is still 5. NOTE: It’s 5 because that’s the original data. And I wanted it to be 9. I don’t know what I am doing wrong here.
4 Likes
Haydz6
(Cookie)
December 15, 2020, 1:23pm
#8
This is because you are editing the key “-cash”, instead you should be editing “7258317040-cash” as the key is your UserId and then the “-cash”
8 Likes
Thanks to @Xsticcy for this DataStore editor plugin! It’s legit and free too. Again, thanks a lot!
7 Likes
Xsticcy
(Xsticcy)
December 28, 2020, 12:45am
#11
Thanks for the feedback! I worked really hard on it and I’m happy to see you guys love it! Again, thank you guys! ^^
8 Likes
WooleyWool
(AWildWooleyWool)
December 28, 2020, 1:12am
#12
Very cool plugin! Nice work! My only concern is this:
Xsticcy:
Dark theme (only) !
Now I know, light theme is a sin to have on, but for accessibility sake, you may want to have the option for both. Not all people can use dark theme due to their eyesight which you may want to consider.
14 Likes
Could you maybe add a light theme? Sometimes when I look at something dark for too long, then my eyes start to hurt. That is why I use light theme.
5 Likes
Xsticcy
(Xsticcy)
December 28, 2020, 11:25am
#14
Okay, I see you guys want a light theme too. I will try to implement that too! Thanks for the feedback!
2 Likes
Xsticcy
(Xsticcy)
December 28, 2020, 12:40pm
#15
Okay, I added light theme to the plugin.
You can switch between themes with the following button in the bottom right corner of the gui:
Report any problems please!
4 Likes
Why good anyways lol thanks
Xsticcy
(Xsticcy)
December 28, 2020, 2:10pm
#17
Don’t worry, the default is still the dark theme. And it saves the theme of the plugin per game.
hm ur plugin isnt working at all?
Ur plugin doesn’t work and throws out this error:
kinda wish i had the past version before the light theme, that seems to be breaking it.
what ive never seen that lol thats so weird
Xsticcy
(Xsticcy)
December 28, 2020, 8:58pm
#21
Strange. I will try to fix it.
3 Likes
You can actually make it so that it switches the theme depending if the user is on light theme or dark theme in studio:
I am updating my plugin and it’s currently only dark themed. I would like to have it change automatically to Light or Dark theme depending on your settings.
I thought I saw an API about dark theme and how to do this but I can’t find it.
If you know how to change a Plugin depending on the Theme, that’d be much appreciated.
Also, would it be better to just have two Plugin UIs, one Light Themed and one Dark Themed or have one UI and change all the element’s color in the code?
Thanks!
Because of what I said here:
Could you maybe add a light theme? Sometimes when I look at something dark for too long, then my eyes start to hurt. That is why I use light theme.
And what @WooleyWool also asked for.
It is just an eye condition some people like me have, that’s all lol.
3 Likes
Xsticcy
(Xsticcy)
December 28, 2020, 9:00pm
#23
I know that feature of studio. But I didn’t want to implement it.
By the way the bug is fixed! I didn’t published the right version LOL.
4 Likes
thanks
its better not having to deal with data stores… also it would’ve fixed the problem in that plugin lol
you didnt update it lol its still the old version…
Xsticcy
(Xsticcy)
December 28, 2020, 9:02pm
#25
Plus, please don’t share any part of the source code of the plugin here.
If you find any bugs in the CODE please send it to me in private message!
I know, anybody can view the source code, but I don’t like to see it here.
I published it. Maybe it takes some time to update!
2 Likes
Updates for plugins tend to take up around 30 minutes.
Oh, thanks, it just showed up.
Hm oof. It’s still broken. Except with way more errors now…
Now it suddenly started working again, so nvm.
2 Likes