> For the complete documentation index, see [llms.txt](https://pugdocuments.gitbook.io/pug-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pugdocuments.gitbook.io/pug-development/scripts/robbery-creator/installation.md).

# Installation

## Script Download

{% stepper %}
{% step %}

### Log Into CFX Portal

[CFX Portal](https://portal.cfx.re/assets/granted-assets)
{% endstep %}

{% step %}

### Granted Assets

Navigate to the **assets** page to find the resource. Download it and then **drag and drop it to your server**.
{% endstep %}
{% endstepper %}

## Script Setup

{% stepper %}
{% step %}

### Add Script To Your Server&#x20;

Drag and drop the script to your server!
{% endstep %}

{% step %}

### Set Convar in SERVER.CFG

Add this at the above where your resources are set to start  in your server.cfg or else the script will not work properly.&#x20;

```
setr game_enableDynamicDoorCreation "true"
```

{% endstep %}

{% step %}

### Removing Conflicting Scripts

Remove **qb-bankrobbery**, **qb-jewelery**, and **qb-storerobbery** if you have these in your server.
{% endstep %}

{% step %}

### Adding Inventory Items

QB-Core Items Setup: [QB Items](/pug-development/scripts/robbery-creator/installation/inventory-items/qb-items.md)

OX\_Inventory Items Setup: [Ox Items](/pug-development/scripts/robbery-creator/installation/inventory-items/ox-items.md)
{% endstep %}

{% step %}

### Adding Inventory Images

Go to **pug-robberycreator/SETUP-AND-INSTALL/Item-PNGs and copy all of the item images and** then go into your inventory and paste all images directly into images folder.
{% endstep %}

{% step %}

### Minigame Setup

Follow the [Mini Games](/pug-development/scripts/robbery-creator/installation/mini-games.md) setup if you want to have unique minigames.
{% endstep %}

{% step %}

### Things To Know

Check out the [Things To Know](/pug-development/scripts/robbery-creator/things-to-know.md) section to have a deeper knowledge of the resource.
{% endstep %}
{% endstepper %}

## [Script Support & Dependencies](/pug-development/scripts/robbery-creator/dependency-and-support.md)
