MeshType (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
m MeshType (Enum) moved to MeshType (Property)
>Mindraker
cats
Line 1: Line 1:
{{CatUp|Properties}}
{{Property|
{{Property|
name = MeshType
name = MeshType
Line 20: Line 22:


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

Revision as of 12:17, 3 September 2008

MeshType
Property Enum Mesh type
Description Sets what type of mesh the object is.
Member of [[RBX.lua.SpecialMesh (Object)|SpecialMesh]]


The Enum MeshType is used to set the type of Mesh object. It has 7 numbers:

  • 0: Head
  • 1: Torso
  • 2: Wedge
  • 3: Sphere
  • 4: Cylinder
  • 5: FileMesh
  • 6: Brick

This Enum set is used by the SpecialMesh object.