PcoWSkbVqDnWTu_dm2ix
The Developer Hub is now deprecated and information on this page may no longer be accurate. To see our new and improved documentation, please click here. You can read more about the future of documentation here.
Collapse Sidebar

SizeConstraint

SizeConstraint

Used to constrain the scale of a GUI object.


Enums

Name Value Description

RelativeXY

0

The scale of X and Y are independent.

RelativeXX

1

The scale of X is shared with Y

RelativeYY

2

The scale of Y is shared with X

Referenced by:

  • GuiObject/SizeConstraint