> ## 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 Flood.

<iframe width="100%" height="400" src="https://www.youtube.com/embed/YOUTUBE_VIDEO_ID" title="TS Flood Installation" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## 1. Requirements

* **[ts-lib](https://store.thunder-studio.net/download/ts-lib)** (required)
* **[ox\_lib](https://coxdocs.dev/ox_lib)** (required)
* **[zUI-v2](https://github.com/ZProject-Official/zUI-v2)** (required)
* **[ts\_flood\_water](https://github.com/Thunder-Scripts/script-content/releases/tag/flood-scripts)** (required)

## 2. Add the Resources

Put `ts_flood` and `ts_flood_water` in your server `resources` folder.

## 3. Start Order

```cfg theme={null}
ensure ox_lib
ensure ts-lib
ensure zUI-v2
ensure ts_flood_water
ensure ts_flood
```

## 4. Language

The script uses ox\_lib locales. Set your server language in `server.cfg`:

```cfg theme={null}
setr ox:locale fr
```

Supported values: `en`, `fr`.
