I’m creating a scrolling frame and can’t seem to get the top half of the box inside the scrolling frame. How do I do this?
I’m also using a grid layout
I’m creating a scrolling frame and can’t seem to get the top half of the box inside the scrolling frame. How do I do this?
I’m also using a grid layout
Th thing is, the whole thing is in your gui. The problem is, gui outlines are on the outside of the gui object, so it appears that part of the gui is clipped outside of the frame, when the actual object is inside it (but not the outline).