Frame not positioning on the right side but only on the left side

So I’m trying to make a custom Topbar but theres a problem. When resizing on the left, it works normally, but resizing on the right, it doesn’t position correctly.

Right:

Left:

Video:

2 Likes

Change the anchor point of the right one, try (1,0) and also the position of the right one too after changing anchor point which affects the “ui locking the positon”

1 Like

I have tried that but it doesn’t work.

1 Like

you have to change the position of the right ui to a negative value since its locked to the right side when you anchor you can try x = -136 since youre using offset and not scale value

I don’t understand this, the frame is gone when putting it in the negatives.

Thanks! I have figured it out! Appreciated :smiley:

1 Like

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