Guis changing the position every time I switch windows?

Hello, my issue is that the gui position keeps changing even with scale and using Autoscale, this has been happening for very long and it has annoyed me too much. This makes it too hard to edit guis for me. This is whats happening:

Without the windows open:

With the windows open:

2 Likes

Guis are positioned relative(or constant) to the anchor point that is relative to the frame. The anchor point is where the “Position” value is relative to the ViewportSize(or screen size). When you move your “Windows”(or more known as Docks), the VeiwportSize changes(screen gets bigger/smaller), resulting in the positions changing.

1 Like

I didn’t get what you mean? Can you explain to me how I fix it or in simpler words? Thanks?

Notice how there is a property called Position in a Gui element, position is determined by how big your screen is. Changing the screen size changes the position of the UI.

So, image Is this correct? The gui isnt moving as much when I change docks but it still moves a bit…

1 Like

Try changing the anchor point to 1, 1

1 Like

That works kinda but it still moves accross the x axis for some reason.

1 Like

If you take a GUI that is a certain size and anchor it at a position, but don’t change the scale it’ll do that.
This explains the size and scale properties of GUIs:

1 Like