Part

Part : BasePart

Properties

Shape

Enum.PartType

Shape property in the Part class defines the type of shape an object has, allowing for different geometric forms to be assigned through an enumeration (Ball, Block, Cylinder).

Code Samples

local Part = script.Parent

Part.Shape = Enum.PartType.Cylinder

Methods

Events

Last updated