Shape

Property of: Part
Type: String
Tags:  read write instance

The 3D geometric shape of the part. Currently available: Cube, Sphere, Cylinder, Cone, Wedge

Example
local part = script.Parent  

part.Shape = 'Wedge'