# 5E-Stage

## Installation

After you buy our **Stage script** download it from your keymaster and put it inside your resources folder.

{% hint style="info" %}
After uploading the script to your server you have to restart the server to make the script work.
{% endhint %}

## Configure

Open `config.lua`, and configure the location of the microphone as you want.\
Here is a preview of the config.

```lua
Config = {}

Config.Debug = false -- Set to true to visualize zones

Config.MicrophoneZones = {
    [1] = {
        name = "Name Of The Zone",  -- Unique identifier for the zone
        coords = vector3(0, 0, 0), -- Coordinates for the zone's center point
        length = 3.5,  -- Length of the zone in meters
        width = 3.5,   -- Width of the zone in meters
        height = 4.0,  -- Height of the zone (used for vertical coverage)
        spawnProp = true,  -- Whether to spawn a prop (like a microphone stand) in the zone
        heading = 340,  -- Orientation of the zone in degrees
        voiceRange = 90.0  -- Maximum distance for voice communication in the zone
    }
}
```

If you need more support about the script you can open a ticket in the discord server and our team will help you.
