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?
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.