> For the complete documentation index, see [llms.txt](https://fb-scripts.gitbook.io/fb-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fb-scripts.gitbook.io/fb-scripts/scripts/fb-handlings/adding-add-on-vehicles.md).

# Adding Add-On Vehicles

{% stepper %}
{% step %}
Open the `handling.meta` file inside `fb-handling` using a text editor.
{% endstep %}

{% step %}
Find a vanilla vehicle that is similar to your add-on (e.g., for a custom Supercar, find the `NERO2` or `ADDER` handling block).
{% endstep %}

{% step %}
Copy the entire `<Item type="CHandlingData"> ... </Item>` block of the vehicle you chose.
{% endstep %}

{% step %}
Paste the copied block right before the closing `</HandlingData>` tag at the very bottom of the file.
{% endstep %}

{% step %}
Change the `<handlingName>` value in your new block to match the exact `handlingId` of your custom vehicle (this is usually found in the add-on's `vehicles.meta`).
{% endstep %}

{% step %}
Save the file and restart the script!
{% endstep %}
{% endstepper %}
