ScrolingFrame Bugging Out

Currently, I’m struggling with placing frames inside of a scrolling frame it just keeps moving around and doing weird stuff I have attached a video bellow…


Does anyone know what to do about it?

1 Like

You’re using Scale on frames instead Offset in position on the frame which is not going to be working well with the ScrollingFrame. Scale is sensitive to ScrollingFrame’s SIze. You should consider using UIList

1 Like

Okay I see so I should be using Offset instead of Scale and UILIST?

1 Like

If you need to adjust UI layers to devices and monitor sizes, you can still use Scale but should consider UIList/UIGridLayout instead of using Position to lay out the buttons manually. You should adjust the Size of frames by Properties panel instead of using drag.

1 Like

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