# Resource

Installing our scripts is straightforward and simple. Just follow these steps:

1. Place the script folder in your server's resources directory
2. Customize the config.lua file according to your preferences
3. Ensure all required dependencies are installed and enabled

## Required Dependencies

All our scripts require:

* 5s\_lib (is included in the package with each of our scripts)
* [ox\_lib](https://github.com/overextended/ox_lib)

## Server.cfg Configuration

Add the following lines to your server.cfg file, maintaining this load order:

```lua
ensure ox_lib
ensure 5s_lib

ensure resource
```
