> For the complete documentation index, see [llms.txt](https://docs.av-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.av-scripts.com/guides/vehicleshop/functions/fuel.md).

# Fuel

> If using a **Fuel script** is on you to add the needed export in `client/editable/_functions.lua` line 6. This function gets triggered for both test and buy events after the vehicle gets spawned.
>
> ```lua
> function SetFuel(vehicle)
>     -- Your addFuel export/event here:
>     
> end
> ```
