UI Oversized Bug

Hello, I’m PLX, and I made a Roblox game, however, the UI seems to be too big in the game, that’s a major problem, and I think it should be fixed ASAP. I’ve also scaled the UI, so that’s not the problem, in the studio, it appears to be normal, but in the game, it appears too big…

Here are some screenshots:

In studio:

In-game:

So can anyone tell me what’s wrong?

2 Likes

Your size factors should be decimal numbers to accurately scale for all devices. An easy way is to just set your UI to size {1, 0}, {1, 0} and rescale it from there.

1 Like

the buttons on the left side’s size is {0.45,0,0.45,0}

1 Like

Maybe try making them look smaller in studio if they are resizing to that. You could try a UISizeConstraint, but idk if that would work.

1 Like

I’ll try that right now, I will let you know if it did work or not.

2 Likes

I tried making them smaller but it still appears big…

1 Like

Everything in studio appears smaller than it actually is. You need to resize your GUIs.

1 Like

Did you design your UI in Roblox Studio window, or you changed it to a device, like pc (1920x1080px)? Also, can you share a picture of the properties of the UI please?

1 Like

Your ingame screen size is smaller than your studio screen size. Consider AnchorPoints and IgnoreGuiInset

1 Like

hey, the screenshots have different resolutions
(see here)


have you tried using an AspectRatioConstraint for your ui?

1 Like

I did try using AspectRatioConstraint… and it still makes it bigger

1 Like

I did that as well too, and it still makes it larger…

1 Like

image

2 Likes

try using a plugin, autoscale lite, or somewhat like that, or just remove the ui aspect ratio constraint and perhaps the uiscale?

3 Likes

hey, I tried that and it worked, thank you!

1 Like

np, wow, this is one of my first solutions lol

2 Likes

what did you do with autoscale lite?

Your problem was UISizeConstraint and UIScale, avoid using those if it’s not strictly necessary

why did you not said that early bruh, u could have beaten me

The UIScale is actually nessesary for me, its for animations

1 Like