🏗ïļPartService

Service for creating Parts.

Example usage:

Functions

createPart(blockType: ItemType, position: Vector3): Part

Creates a Part at the specified position. The blockType parameter determines the texture of the part.

Last updated