How do I stop making the GUI go out of screen on the right side?

I’d like to achieve the same effect I currently have with the top frame on the left side in this example but on the right side, but whatever I try, every time I resize when the box is on the right side it goes out of screen?

It only seems to work properly when it’s either on 0 or 1, but at 1 it goes out of screen and I wish I could just flip it somehow so that the left edge of the top box was the right edge.

In a nutshell; how do I achieve the left side effect but mirrored on the right side?

1 Like

Change the elements’ AnchorPoint to make it right-bound by setting AnchorPoint.X to 1, then setting the elements’ position’s X Scale to 1 to put it all the way to the right.

3 Likes