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

NameTypeOptionalDescription
player player Player to check.

Outputs

NameTypeDescription
groupName string Voice group name (empty if not in any group).
inGroup boolean True if the player is in a voice group.