Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How would I make a ScreenGui with round borders?

Asked by 3 years ago

I have seen some games with ScreenGui's that have round corners, and I am not sure how to replicate that.

How would I go about making a round ScreenGui?

Thanks in advance.

0
round ScreenGui's arent possible, as they don't actually show up on the screen, but you can make rounded frames, textlabels, etc, by setting the property BackgroundTransperancy to 1. Then add an imageLabel with your desired rounded background into the button/label/frame you want. Make sure the scaling of the image is set to {1,0},{1,0} sergeant_ranger 184 — 3y
0
Great question, you can do what sergeant_ranger said by going to properties of your textlabel or text button. Once you are at properties go to style and change the style to your preferred style. Some of these styles of rounded edges. notmynameforreal1 -50 — 3y
0
Uhm. I apologize at lot of people are unaware of the UICorner Instance. Ziffixture 6913 — 3y

3 answers

Log in to vote
0
Answered by 3 years ago

You can try using this plugin: https://web.roblox.com/library/2233768483/Roundify

0
Great question, you can do what sergeant_ranger said by going to properties of your textlabel or text button. Once you are at properties go to style and change the style to your preferred style. Some of these styles of rounded edges. notmynameforreal1 -50 — 3y
0
True, but if you size some of it it will be hard, i suggest you to use that plugin The_Saver31 260 — 3y
Ad
Log in to vote
2
Answered by 3 years ago

Use UIcorner, it works for me

Log in to vote
1
Answered by
DrShockz 233 Moderation Voter
3 years ago

ROBLOX lets you round most UIObjects with a UI Corner, just right click the thing you want to round and insert a UICorner, in it you can tweak how intense the roundness is.

Answer this question