Roblox Wiki
Roblox Wiki
No edit summary
No edit summary
Line 1: Line 1:
  +
{{Infobox class
[[File:Brick.png|thumb|alt=A ROBLOX brick|A brick]]Part objects are the most common physical object, although there are many other physical objects, like [[WedgePart|wedge parts]], [[CornerWedgePart|corner wedge parts]], [[TrussPart|truss parts]], [[SpawnLocation|spawn locations]], [[seat]]s, [[VehicleSeat|vehicle seats]], [[SkateboardPlatform|skateboard platforms]] and [[FlagStand|flag stands]]. All of these directly or indirectly extend the [[BasePart]] class.
 
  +
| image = [[File:Brick.png|A normal 4 x 1.2 x 2 ROBLOX brick|100px]]
  +
| caption = A normal brick
  +
}}
  +
 
Part objects are the most common physical object, although there are many other physical objects, like [[WedgePart|wedge parts]], [[CornerWedgePart|corner wedge parts]], [[TrussPart|truss parts]], [[SpawnLocation|spawn locations]], [[seat]]s, [[VehicleSeat|vehicle seats]], [[SkateboardPlatform|skateboard platforms]] and [[FlagStand|flag stands]]. All of these directly or indirectly extend the [[BasePart]] class.
   
 
{{property|type=PartType|name=Shape|description=The PartType property defines a part's shape. The default shape is a block shape, but there is also a cylinder shape and a ball shape. These shapes change the appearance of the part, but also the way it behaves in the physical world, which meshes do not do.}}
 
{{property|type=PartType|name=Shape|description=The PartType property defines a part's shape. The default shape is a block shape, but there is also a cylinder shape and a ball shape. These shapes change the appearance of the part, but also the way it behaves in the physical world, which meshes do not do.}}
[[Category:Classes (new)]]
 

Revision as of 01:55, 5 March 2013

Part objects are the most common physical object, although there are many other physical objects, like wedge parts, corner wedge parts, truss parts, spawn locations, seats, vehicle seats, skateboard platforms and flag stands. All of these directly or indirectly extend the BasePart class.

Shape: PartType