How would I make gui corners rounded?

  • What are you attempting to achieve? (Keep it simple and clear)
    A way that I can make a GUI with rounded corners.

  • What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)
    It doesn’t seem to be possible with the basic things provided by roblox.

  • What solutions have you tried so far? (Have you searched for solutions through the Roblox Wiki yet?)
    I have tried thinking of ways to make it. An idea is to make the background transparency of a ImageLabel and then add an image of a rounded-corner rectangle.

I have seen many games with it and I believe that it makes GUI’s look attractive.

You may then include any further details.

4 Likes

Create a rounded square and slice it to make sure the corners don’t stretch.
For more info about slicing, read this:

7 Likes

there is a plugin that lets you roundify a gui. heres the link to it: https://www.roblox.com/library/2233768483/Roundify

6 Likes

Yes, but that has limits to what you can do. The way that gdunn2 explained it is the best way to create a professional UI.

1 Like

UICorner is now in Studio Beta:

5 Likes