> For the complete documentation index, see [llms.txt](https://docs.easy.gg/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easy.gg/scripting/bedwars-scripting/services/partservice.md).

# PartService

Example usage:

<pre class="language-lua"><code class="lang-lua"><strong>
</strong></code></pre>

### Functions

#### createPart(blockType: [ItemType](/scripting/bedwars-scripting/types/itemtype.md), position: [Vector3](https://create.roblox.com/docs/reference/engine/datatypes/Vector3)): [Part](/scripting/bedwars-scripting/objects/part.md)

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