UISizeConstraints
The UISizeConstraint ensures a GuiObject does not become larger or smaller than the UISizeConstraint.MaxSize and UISizeConstraint.MinSize.
Cheers.
1 Like
Is the Max and minim sizes the same a the normal for example, 0.83, 0.979 for size values?
It uses offset rather than scale. so basically it counts in pixels.
so in an example you can set your GUI to be no less than 200x200 px, and no larger than 10000x8000px.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.