When a Gui object that’s SizeConstraint property is set to Enum.SizeConstraint.RelativeXX
is placed inside a frame with AutomaticSize set to Enum.AutomaticSize.Y
, the Size property of the frame does not automatically readjust like it should.
An image of the properties of the parent frame
An image of the properties of the child’s frame.
The parent frame is still treating the child frame as if the SizeConstraint property was set to Enum.SizeConstraint.RelativeXY
which results the parent frame from not scaling down more like it should to accommodate the change in size.