5E-Devs
DiscordStoreYoutube
  • 5E-Devs Documentation
  • LATEST RESOURCES
    • HUD - v1
    • Stage
    • Corner Selling
      • Features
      • Config preview
      • Settings guide
      • Add a corner
Powered by GitBook
On this page
  • Installation
  • Configure
  1. LATEST RESOURCES

Stage

Instructions on how to download and install the basics of 5E-Stage

Installation

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

After uploading the script to your server you have to restart the server to make the script work.

Configure

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

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.

PreviousHUD - v1NextCorner Selling

Last updated 8 months ago