Help Portal

Functions

Functions, Exports, and Events

Server

Register a command
---@param name string
---@param label string
---@param description string
---@param limit number
---@param func ServerFunction
function RegisterLiveCommand(name, label, description, limit, func)

Client

Adjust Notifications
---@param text string
local function Notify(text)