Help With Scrolling Frame GUI

I’m trying to evenly space my buttons in this scrolling frame. How do I do that? I have 6 elements (eventually will be more). Whenever I try to move them in the scrolling frame it gives me these weird controls that makes it a lot harder than it should be.

1 Like

Those “weird controls” are there on purpose and appear automatically to help you with positioning, so that your UI does not accidentally get moved outside of the frame. If you don’t desire this, however, then changing the position manually will be your best option. :slightly_smiling_face:

You can use UIListLayout - it is designed to format multiple GUI objects along a single axis. Insert one into your scrolling frame, and adjust the properties if needed. I recommend changing the FillDirection to vertical, and the padding to your desire.

2 Likes

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