Changing Frames Size

Is there any way to change a frame size when it has a UI aspect ratio constraint? When I try to increase the frame’s X size, it also increases the y size. However, I’m just trying to change the x size of the frame…

The ratio constraint is just doing its job. Update the ratio to a new one using your intended X axis value and the existing Y axis value.

I don’t think it’s possible to change a frame’s X or Y axis while having a UiAspectRatioConstraint, but what you can do is delete the current UiAspectRatioConstraint then adjusting the frame’s size and then adding a new UiAspectRatioConstraint using AutoScaleLite