How do I make these GUI Buttons go a bit lower

Hey so I am trying to move these buttons down so the entire red stroke is visible. What settings do I need to do in the UI Grid Layout?

image

image

Try positioning the ScrollingFrame a bit further down and edit the size to match the Frame.

Edit: Nevermind, hold on…

no matter what its still stuck there

Adjust your Y offset that should lower it.

Doesn’t seem to be working

What you can do is put every ImageButton inside their own invisible frame, in which you can make longer/taller. This could push the ImageButtons a bit further down.

1 Like

Wow that worked, I never thought of that, thanks a lot!

Its fixed!

1 Like

There’s actually a simpler way which I just found out about. Try using UIPadding for the ScrollingFrame. In properties, you can change the PaddingTop. This should solve your problem.

1 Like

That’s even better and easier! Tysm!