> For the complete documentation index, see [llms.txt](https://adriansr.gitbook.io/vehicle-model-builder-tool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://adriansr.gitbook.io/vehicle-model-builder-tool/getting-started/commands.md).

# Commands

### /modelbuilder build

{% hint style="info" %}
**Syntax**: /modelbuilder build
{% endhint %}

Starts a new creation, from scratch.

***

### /modelbuilder turn

{% hint style="info" %}
**Syntax**: /modelbuilder turn \[**scale**]
{% endhint %}

Starts a new creation, bringing the selected blocks into it.

The **scale** argument determines the scale to use when importing the blocks. **1.0** being the normal scale.

**Note** that all the **scale** argument does is set the scale of the blocks in the selection. Once the creation is started, it will not affect anything else.

Once your run the command, you will have to click the two corners (aka "**area selection**") that surround the blocks you want to bring into the creation, just like you do when selecting an area using **WorldEdit**.

<figure><img src="https://i.imgur.com/TUexn8u.gif" alt=""><figcaption><p><strong>Left click</strong> to select first corner<br><strong>Right-click</strong> to select second corner</p></figcaption></figure>

***

### /modelbuilder load

{% hint style="info" %}
**Syntax**: /modelbuilder load \[f**ile**]
{% endhint %}

Load the model saved in the specified file.

***

### /modelbuilder import

{% hint style="info" %}
**Syntax**: /modelbuilder import \[f**ile**]
{% endhint %}

Import stuff from the model saved in the specified file. Meanwhile the load command loads the entire model, this command "imports" components of the model saved in the specified file, like parts, sounds, particles, etc...

You will be asked in the chat what you want to import from the model.

***

### /modelbuilder save

{% hint style="info" %}
**Syntax**: /modelbuilder save
{% endhint %}

Saves your creation. Note that there is no name argument in this command, as the name of the file will be the same as the name of your creation.

**You will get an&#x20;**<mark style="color:red;">**error**</mark> if you didn't add a seat to your creation, as, in order to save your creation, you have to add at least one seat.

### /modelbuilder saveTo

{% hint style="info" %}
**Syntax**: /modelbuilder saveTo \[**file name**]
{% endhint %}

Saves your creation to the specified file. If a file with the name you specify already exists, you will be asked if you want to replace it.

### /modelbuilder exit

{% hint style="info" %}
**Syntax**: /modelbuilder exit
{% endhint %}

Exits the tool.

As we want you not to loose your progress, you will be asked if you are sure that you want to exit the tool, so that way, you will always be reminded to save your last changes.
