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

NameTypeOptionalDescription
player player Player to check.

Outputs

NameTypeDescription
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.

  1. SVC Is Connected → connected → Branch
  2. False branch → Player Kick with message "Please connect Simple Voice Chat"