Simple Voice Chat
voicechat/is_connected
SVC Is Connected
Returns true if a player has Simple Voice Chat connected and active.
Note: Requires Simple Voice Chat to be installed. Returns false if SVC is not present or the player has not connected their voice client.
Inputs
| Name | Type | Optional | Description |
|---|---|---|---|
player |
player | Player to check. |
Outputs
| Name | Type | Description |
|---|---|---|
connected |
boolean | True if the player has an active SVC connection. |
Examples
Require SVC for a channel
Kick players from a region if they do not have SVC connected.
- SVC Is Connected → connected → Branch
- False branch → Player Kick with message "Please connect Simple Voice Chat"