Part

Part : BasePart

Overview

This object represents shapes based on BasePart, which provides three basic forms: Ball, Block, and Cylinder.

Properties

Shape

Enum.PartType

This property defines the appearance of the Part.

Code Samples

local Part = script.Parent

Part.Shape = Enum.PartType.Cylinder

Methods

Events

Last updated