How do I customize the borders of a certain UI?

How to make the UI get a custom border like an advanced UI? Is it ImageLabel only?

(Also I’m a newbie at Builder, Scripter, UI Designer)

Example of border in the image:

Example of UI Frame with custom borders:

4 Likes

You can’t really make custom borders in Roblox without using ImageLabels. You would have to make specifically sized ones to fit your UI and wouldn’t be able to grab any specific one off the internet. If you wanted to use something simple like the left three bronze, silver and gold ones you could probably use SliceCenter to scale it up properly.

2 Likes

Thank you for your suggestion. Gonna do the Slice property soon.

1 Like