Shape (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Fixed
>Camoy
No edit summary
Line 3: Line 3:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name        = Shape
|name        = Shape
|property    = [[Enum]] ''Shape''
|property    = [[Enum]] ''[[PartType]]''
|description = The type of shape the object takes. Uses the Shape Enum set.
|description = The type of shape the object takes. Uses the Shape Enum set.
|object      = Part
|object      = Part
Line 11: Line 11:


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 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]]

Revision as of 19:01, 26 December 2010

Shape
Property Enum PartType
Description The type of shape the object takes. Uses the Shape Enum set.
Member of Part


The Shape property sets what shape the Part is. For example, setting it to Ball will make it look like a Ball. Simple enough?