MeshType (Property)

From Legacy Roblox Wiki
Revision as of 12:17, 3 September 2008 by >Mindraker (cats)
Jump to navigationJump to search
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.