Shape (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mathchamp
added enum values for shapes
>Anaminus
No edit summary
Line 3: Line 3:
|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 = [[Part]]
|object = [[RBX.Lua.FlagStand (Object)|Flagstand]], [[RBX.Lua.Part (Object)|Part]], [[RBX.Lua.Seat (Object)|Seat]], [[RBX.Lua.SpawnLocation (Object)|SpawnLocation]]
|}}
|}}
The Shape [[Enum]] set contains 3 numbers:
The Shape [[Enum]] set contains 3 numbers:

Revision as of 19:09, 6 August 2008

Shape
Property Enum Shape
Description The type of shape the object takes. Uses the Shape Enum set.
Member of [[RBX.lua.Flagstand, Part, Seat, SpawnLocation (Object)|Flagstand, Part, Seat, SpawnLocation]]

The Shape Enum set contains 3 numbers:

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