> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/classes/part.md).

# 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

```lua
local Part = script.Parent

Part.Shape = Enum.PartType.Cylinder
```

## Methods

## Events
