Size (Property)

From Legacy Roblox Wiki
Jump to navigationJump to search
When used in 3D objects, this property is a Vector3 representing how big, on each side, an object is.
Size
Property Vector3 Size
Description Sets the size of the object in object coordinates.
Member of BasePart
When used in 2D GUI objects, this property is a UDim2 representing the size of an object.
Size
Property UDim2 Size
Description Sets the size of the GUI object in object coordinates.
Member of GuiObject

In the fire or smoke object, Size is an Int.


Size
Property Int Size
Description Sets the size of flames or smoke based on an integer.
Member of Fire, Smoke