I need help with a UI Scrolling frame. Please

image

I don’t like how that looks.

image

What can I dowith the UIGridLayout?

image

1 Like

you would have to change the first number in the cellsize property. (x variable)

1 Like

i dont want the frame to list things vertical, i want it to go horizontal

1 Like


You’re looking for this??

First of all, please provide us with more information (Ex: I want to make the children ASPECT-RATIO or I want to make a BACKPACK - BAR [like @orjb_2005’s given image])

If you are looking to make the buttons AspectRatio then you can use Offset (But This may require a lot of maths if you are looking to perfectly arranged elements) else what you can do is to get the CellSize X (basically AbsoluteSize X of one frame that is the child of the scrollingframe / AbosluteSize X of Scrollingframe multiplied by the cellSize X Scale) and determine the correct Scale of CellSize Y or just put the CellSize X (AbsoluteSize) to CellSize Y Offset.

I hope it made sense, and sorry if its hard to read, I tried to highlight the important parts.

1 Like

Here is the GUI I made.
HorizontalScrollingFrame.rbxm (6.4 KB)