> For the complete documentation index, see [llms.txt](https://botiv.gitbook.io/rdr2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://botiv.gitbook.io/rdr2/mumble-block-ui.md).

# Mumble Block UI

### ⚡ Getting Started

* **Default Setup:**\
  The script starts automatically as set in `config.lua`.
* **Custom Integration:**\
  If you want to control script startup yourself, remove lines 11–19 from `config.lua` and use the event below to start the script at any time.

***

### 🟦 Client Side

* **Start the script manually:**

  ```lua
  TriggerEvent("Botiv-mumbleBlock:startScript")
  ```

***

### 📌 Notes

* This is a client-only event.
* Use this event if you want to control when and how the mumble block system initializes.
