How would I make a non-rounded UICorner?

I like the utility of the UICorner object, but I’d like to achieve a visual that’s more… “jagged” per say.

Not sure the correct way to word it, but how would I achieve something like this? (See image)
Something like an Octagon, but with wider sides?

Would I have to use ImageLabel for this, or is there a way to do this with Instances like UiCorner?

2 Likes

A better example would be something like this from Elden Ring’s UI Design.

How could I shape a UI to look like that?

Use a UIStroke with one of the 3 available styles. I forgot the style’s name, but it is what you want. Certainly, without an image, it’s the only way to do it. And it can mess up sizing, so, yeah.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.