How to make UI size to all computers

I’m trying to get this UI background (the darker background) to fit all devices. I’ve tried the following

  • UIAspectRatio
  • Changed values of the size
  • Using offset instead of scale

It keeps doing this, and I have no clue how to fix this.

720

1080
1080

As you can see, the darker background is not even throughout all sides.

Instead of using Offset as the size, you will need to use Scale as the size. There are plugins that do this, the one I use is AutoScale Lite - Roblox . It lets you convert UI to either scale or offset, and you would want to select the UI object, then select “Scale” from the Size options

I do use scale. I use offset and scale combined for the main frame, and scale for the background.

Oh, then you can also use a UIAspectRatioConstraint

I do, did you read my list above?

Set the base of the UI’s Anchor Point to (0.5,0.5) and set its position to (0.5,0,0.5,0).

I do, this problem still occurs.

Do you want the frame to be windowed or fullscreen?

I figured it out. Thank you for your contribution though.