How can I resize GUI by the height of the screen?

,

Hello! I’d like to have a GUI resize without stretching only when the screen height changes.
How can I do this?
I used a UIAspectRatioConstraint but that didn’t work.

If this isn’t the right area to post this, please tell me where I should.

1 Like

I don’t really see the problem here, can you provide a screenshot?

You can use Autoscale lite (https://create.roblox.com/marketplace/asset/1496745047/AutoScale-Lite). you click on the ui parts you want to scale and click uni9t conversion, then scale position and size. Hope this helps it should make uis fit on all screens

When I have a GUI without UIAspectRatioConstraint, it stretches and I don’t want that. When I do that it, it resizes when both height, and width of the screen changes. I only want height to affect the size.

I am using that. Everything is set to scale.

1 Like

I figured it out. Scale by parent size, and dominant axes is height.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.