I'm having a problem when I'm making borders

Hello! First of all, let me give some important things so you can understand my problem:

FrameBackground = Frame that is using the UICorner Roblox feature.
FrameBorder = Frame that is parented to the background and going to act like a border.

So, UICorner doesn’t lets me to make borders, so I decided to make the FrameBorder and put their property to these:

AnchorPoint = 0.5, 0.5
Position = 0.5, 0, 0.5, 0
Size = 1, 10, 1, 10

But the problem is that when I test it in bigger/small screens, the border gets mostly like invisible, or small, I don’t know how to fix this, I’ve tried using UIAspectRatioConstraint but it didn’t work.

If you could help me, that would make me happy! :hearts:

If you don’t mind, could you attach a side-by-side comparison onto the OP?

1 Like

What do you mean? Do you want me to show you what I have done? (sorry for late response)

Show a comparison of what it should look like, and what it actually looks like.

1 Like

How it should look:


How it actually looks:

Original looking without emulator:

You can see that it looks more small than it should look like.

Trying to get smooth and even borders with UICorner’s can be lil bit fiddley. There’s a really good tutorial that explains how to get a clean and even border

1 Like