I tried to look for the UI Editor but its nowhere to be found. I also tried to look for it again in the New Gen Explorer but no success.
You on version 0.674? If not, and you can’t update, then Roblox needs to fix their Studio version checking.
No idea what happened or why but the beta is turned off and somehow when this update came out it caused a ton of my imagelabels to be cropped weirdly (theyre all half cut off for some reason, note that there is no offsets of any kind and all scaletypes have the same outcome) is there any fix for this?
Too hacky. More official solutions would be appreciated by many.
Figured it out. For some reason being on v674 makes studio ask you to update which downgrades you to v673
this is so slay! whoever thought of this ty
What’s weird is that when that happens it makes you switch to whatever the heck this channel is instead of the “production” channel
Bug report: The Style Editor just randomly bugs out and is missing text and icons.
(Ignore the grammar error in the screenshot LOL.)
I just reopened the place where I was testing out this feature, opened the Editor, and bam — this happened. I’m not using the Next Gen Studio Preview if that helps.
all this and still no drop shadows
I just noticed that the Studio UI tags also show up in the tag dropdown:
You can also access the actual sheets in StylingService:
Pretty cool to see. Changing them doesn’t seem to do anything though unfortunately.
Yeah same issue as me couldn’t find it.
For anyone facing this issue and can’t get back to v674, setting it back to “production” seems to do the trick!
Bug report here: The Style Editor seems to crash upon clicking the button under the UI Tab. On Version 674.
Thank you
This makes it so much easier.
this needs tweening!!! (or a form of transitioning)
You might be using an older version, although I am having trouble trying to find a way to update my Roblox Studio for the beta features.
Can someone tell me if I can subtract or add to values/tokens to make a new value/token IN the style editor?
Like can I have a token for UI corner that is a UDim2 that is 0,16 and I can dynamically subtract that value by 8 or any value I want?
you can already make a shape like this
4 frames equally divided in one parent frame
add a UIcorner radius on 2 of these parent frames (most likely 1,0)
there is also one extra frame in the centre the same size of the other frames to cover up the unwanted corners in the centre.
^This UI could be made in the style editor
You could also use an image then set it to 9 slice mode to keep the corners intact when transforming the UI.
i remember doing that a 3 years ago but it would be nice if you can do that in one line of css instead of having to make 3 frames for one shape