Simple Voice Chat
voicechat/get_group
SVC Get Group
Returns the name of the voice group a player is currently in.
Note: Requires Simple Voice Chat to be installed. Returns empty string and false if SVC is not present.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
player |
player | Player to check. |
Outputs
| Name | Type | Description |
|---|---|---|
groupName |
string | Voice group name (empty if not in any group). |
inGroup |
boolean | True if the player is in a voice group. |