Kinemium Docs

UISizeConstraint

A modifier class that constrains the size of a GUI element.

Properties

PropertyTypeDefault
Namestring"UISizeConstraint"
MaxSizeVector2Vector2.new(math.huge, math.huge)
MinSizeVector2Vector2.new(0, 0)

On this page