I’m currently trying to make a ScrollingGui for one of my GUI and I’m currently using a UIGridLayout. How can I adjust it so there’s a small gap between the top of the GUI and my first cell?
It is fine if I have to keep it, but for the sake of visual appeal I’d love to hear a solution. Thanks in advance, everyone.
As far as I am aware, I don’t think there is a way. I usually change adjust the size of the scrolling frame, set the BackgroundTransparency to 1 and put it above another frame.