How to not have the children of scroll frame just pile down to the bottom every time i try to drag them

very simple, every time i try to drag a part of a gui thats parented to a scroll gui it immedietally falls to the bottom of it, this gets annoying since i positioning the guis becomes much harder like this

is there an fix for it? or do i just have to get used to it?


This is the starting position.


And this is where the black frame goes when you scroll.

When you move the children of a scrolling frame, they don’t move around like normal ui’s because you don’t actually move it inside the white square you see, you move it inside the canvas (basically the scrollable zone) that you can’t see, that’s why it moves “weird”. You can somewhat prevent this from happening by setting AutomaticCanvasSize to either X, Y or XY. Make sure you are on the starting position of the scrolling frame while moving it.

I must recommend, its much easier to just change the properties of the element, instead of well, dragging it.

Also, maybe look into different UILayouts, as they can help so everything gets positioned automatically!