ScrollingFrame problems when moving other GUI elements inside of it

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Just a simple working scrolling frame that I can move UI elements around in like I can in a normal frame.

  2. What is the issue? Whenever I duplicate a frame or anything below another one, the above elements move. (screenshot of properties and video of problem below)

  3. What solutions have you tried so far? Setting everything to Y and not XY or X and checked devforum but still nothing.

Properties:


image

Video (Streamable link):

External Media

I’m not sure what causes the issue here, but I want to give you an advice to prevent this. You can use a UIListLayout so the frames could lock its position. ScrollingFrames are a bit complicated so I recommend using UIListLayout or UIGridLayout. Also one thing, to avoid problems with mobile compatibility, make sure to scale your frames.