Scaling Issue with my UI

Okay usually I am fine with scaling but suddenly I have an issue cropping up. As shown in my pictures the proportions mess up as I change the resolution. They should stay in place but don’t??

I have everything scaled properly and 0.5 anchor points etc - any help is much appreciated!

1080p:

Mobile:

1 Like

Stretching it fixes the issue but thats obvs not what I want

Can you send properties of scrolling UI and its parent?

2 Likes

Do you use a plugin for scaling? I use autoscale lite, i think the solution here is to use the Add constraint function, which causes you ui to stay in form instead of stretching

2 Likes

Frame:

ScrollingFrame:

Ye I do. Usually fixes it too so I’m confused

2 Likes

Can you send your UI as rbxm?

3 Likes

HelpMePlsTy.rbxm (17.4 KB)

You can change Image ScaleType to Stretch, however, it will end up looking like this on some devices


This kind of UI would look way better if it was made using offset, it would require you to remake the whole thing though.

1 Like

Yeah, so far stretching is the only fix. I might try messing with offset but yeah, that’s unfortunate ty anyway.