🗣️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:

    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.

Last updated