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?
Try positioning the ScrollingFrame a bit further down and edit the size to match the Frame.
Edit: Nevermind, hold on…
Adjust your Y offset that should lower it.
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
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!