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

# Installation

> How to install TS Props System.

## 1. Requirements

Install these dependencies before starting the resource:

* **[ts-lib](https://store.thunder-studio.net/download/ts-lib)** (required)
* **[ox\_lib](https://coxdocs.dev/ox_lib)** (required)
* **[oxmysql](https://coxdocs.dev/oxmysql)** (required)
* **[object\_gizmo](https://github.com/Thunder-Scripts/object_gizmo)** (required)
* **[zUI-v2](https://github.com/ZProject-Official/zUI-v2)** (required)

## 2. Add the Resource

Put `ts-props-system` in your server `resources` folder.

## 3. Start Order

Add these lines in your `server.cfg`:

```cfg theme={null}
ensure <your_framework>
ensure ox_lib
ensure oxmysql
ensure ts-lib
ensure object_gizmo
ensure zUI-v2
ensure ts-props-system
```

## 4. First Start

On first boot, the script creates its SQL table automatically (`ts_props`) if it does not exist.

If props do not load, verify:

* `oxmysql` is running
* no SQL errors at startup
* `ensure ts-props-system` is placed after dependencies
