When i’m tweening my ui. The size on all of the frames are 0, 0 to start but then they enlarge. But when I set my frame to 0, 0 the whole frame gets smaller except the stuff that the uigridlayout is effecting. is there any way to bypass this happening
Are you sure UIGridLayout.CellSize is set to scale instead of offset? If it was set to scale, it would change based on the ScrollingFrame’s size instead of maintaining its shape.