MeshType (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
cats
>Mindraker
cats
(No difference)

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.