Shape (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>NXTBoy
Fixed
Line 1: Line 1:
{{CatUp|Properties}}
{{CatUp|Properties}}
{|
 
|<onlyinclude>{{Property|
<onlyinclude>{{Property
name = Shape
|name       = Shape
|property = [[Enum]] ''Shape''
|property   = [[Enum]] ''Shape''
|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 = [[RBX.lua.FlagStand (Object)|Flagstand]], [[RBX.lua.Part (Object)|Part]], [[RBX.lua.Seat (Object)|Seat]], [[RBX.lua.SpawnLocation (Object)|SpawnLocation]]
|object     = Part
|}}</onlyinclude>
}}</onlyinclude>
|}


{{LeftNoticeStart}}
{{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 property sets what shape the [[Part]] is. For example, setting it to Ball will make it look like a Ball. Simple enough?

Revision as of 16:37, 24 December 2010

Shape
Property Enum Shape
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?


The Shape Enum set contains 3 numbers:

  • 0: Ball
  • 1: Block
  • 2: Cylinder