Shape (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Fixed
>Legend26
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name        = Shape
|name        = Shape
|property    = [[Enum]] ''Shape''
|property    = [[PartType (Enum)|PartType]] ''PartType''
|description = The type of shape the object takes. Uses the Shape Enum set.
|description = Sets the type of shape the object has.
|object      = Part
|object      = Part
}}</onlyinclude>
}}</onlyinclude>


{{clear floats}}
{{clear floats}}
The Shape property sets what shape the [[Part]] is. For example, setting it to Ball will make it look like a Ball. Simple enough?
The Shape [[Enum]] set contains 3 numbers:
*0: Ball
*1: Block
*2: Cylinder


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 18:26, 28 January 2012

Shape
Property PartType PartType
Description Sets the type of shape the object has.
Member of Part