> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thecruxstudio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# FiveM Vehicle Rental Script: Advanced Rental System

> Take your server's rental experience to the next level with this feature-packed, fully customizable vehicle rental script for FiveM roleplay servers.

Take your server's vehicle rental experience to the next level with this feature-packed, fully customizable Vehicle Rental Script. Whether you're running a luxury car rental service, a delivery fleet, or a general-purpose rental lot, this script gives you the flexibility and polish to create a premium, immersive experience for your players.

## Features

* **Fully Customizable** — Define rental locations, available vehicles, pricing tiers, rental durations, and conditions entirely through the config file.
* **Multi-Framework Support** — Works out of the box with QBCore, QBox, and ESX.
* **Eye Target Integration** — Rental NPCs and props use eye-target for natural, context-aware player interactions.
* **Notification Support** — Integrates with all major notify scripts for clean rental confirmation and warning messages.
* **Inventory Compatibility** — Works with ox\_inventory, qb-inventory, and all major community inventory systems.
* **Key System Integration** — Hands vehicle keys to the renting player using your server's configured key script.

## Installation

<Steps>
  <Step title="Install Dependencies">
    Download and install the following dependencies before adding the script to your server:

    * [oxmysql v2.12.0](https://github.com/overextended/oxmysql/releases/tag/v2.12.0)
    * [ox\_lib v3.30.6](https://github.com/overextended/ox_lib/releases/tag/v3.30.6)
    * `crux_lib` — included in your script download.
  </Step>

  <Step title="Configure the Script">
    Open `config/config.lua` and set up your rental locations, vehicle lists, pricing, rental time limits, and NPC spawn positions.
  </Step>

  <Step title="Add Items to Your Inventory">
    Open the `install` folder and add all required items and images to your inventory system.

    * **qb-inventory** — Copy items into `qb-core/shared/items.lua` and images into `qb-inventory/html/images`.
    * **ox\_inventory** — Copy items into `ox_inventory/data/items.lua` and images into `ox_inventory/web/images`.
    * **qs-inventory** — Copy items into `qs-inventory/` and images into `qs-inventory/html/images`.
    * **tgiann-inventory** — Copy items into `qb-core/shared/items.lua` and images into `qb-inventory/html/images`.

    See the `README` inside the script for the full item list formatted for each inventory system.
  </Step>

  <Step title="Ensure Resources">
    Add the following lines to your `server.cfg`:

    ```
    ensure ox_lib
    ensure crux_lib
    ensure crux-uwucafetv
    ensure crux-uwucafekiosk
    ensure crux-uwucafebag
    ensure crux-uwucafejobv2
    ```
  </Step>
</Steps>

## Livery Vehicle Installation

The script supports custom livery delivery vehicles. Install them separately using the steps below.

### Vapid Speedo Express

<Steps>
  <Step title="Download from GTA5-Mods">
    Download the [Vapid Speedo Express \[Add-On | Liveries | Legacy | Enhanced\]](https://www.gta5-mods.com/vehicles/vapid-speedo-express-add-on-liveries) from GTA5-Mods.com.
  </Step>

  <Step title="Replace the YTD File">
    After installing the base vehicle, replace the YTD file with the livery version included in the script's `install` folder.
  </Step>
</Steps>

### Benefactor Imperial

<Steps>
  <Step title="Download from GTA5-Mods">
    Download the [Benefactor Imperial \[Add-On | Tuning | Liveries | LODs\]](https://www.gta5-mods.com/vehicles/benefactor-imperial-add-on-tuning-liveries-lods/download/165947) from GTA5-Mods.com.
  </Step>

  <Step title="Replace the YFT File">
    After installing the base vehicle, replace the YFT file with the livery version included in the script's `install` folder.
  </Step>
</Steps>

## Integrations

Advanced Rental Script supports the same wide integration ecosystem as all Crux Studio Advanced Series scripts.

| Category   | Officially Supported        |
| ---------- | --------------------------- |
| Eye Target | ox\_target, qb-target       |
| Notify     | crux\_notify, qb, ox, esx   |
| Inventory  | ox\_inventory, qb-inventory |

For the complete compatibility table covering all supported eye target, notify, and inventory scripts, see the [UWU Cat Café V2 Integrations](/restaurant-v2/uwu-cat-cafe-v2-integrations) page — Advanced Rental Script shares the same integration coverage.
