Gui Moving position when resizing window

hello so i have a problem with this one gui, it keeps moving around when i resize the window and i just want it to make it stay at the same position without it moving around

here’s the video

i literaly did everything i thought of but none of my ideas worked out. i have changed the anchor point of it to 0.5,0.5 but it didn’t do anything, i changed the position and the size of it to scale with the autoscale plugin, didn’t do anything, and more…

how do i fix it thx :smiley:

You should change the position to offset.
This should be in #help-and-feedback:art-design-support I think.

1 Like

Change the anchor point to
0, 1
And set the position to
{0, 0}, {1, 0}

1 Like

Thank you!

2 Likes

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