[SOLVED] UI Scale problems

Hi, im trying to make a Roblox game, but the UI isnt scaling correctly on all devices, i’ve tried adding UIAspectRatioConstraint, using Scale and Offset, but the UI is still not the same on all devices, im trying to get the same UI on all devices, can you help me?

Normal PC UI :

Mobile UI (Not the same) :

Thanks

2 Likes

Hey so it looks like you are VERY confused, don’t EVER use offset only use scale, so to explain this better:

image
So in the image above you can see for the size the offset is at 0 while the scale has the number.

This is also the same for positioning:
image
As you can see the offset has no number.

So if you have any UI elements with offset change it to 0.

Hi, i tried this and converted my frames to scale but i still get the same problem, my frame won’t keep the same size on mobile, but thanks for your help :smiley:

2 Likes