Skip to main content

Unmuted

Gets called when the player has been unmuted.

Start a script section

!-- OnEvent Unmuted
-- require @evPlayer @evIssuer $evIsIntercom

# Add your instructions here
  • Group: PlayerEvents
  • Cancellable: No
  • Event data: PlayerUnmutedEventArgs

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who was unmuted.
@evIssuerplayer valueGets the player who issued the unmute.
$evIsIntercombool valueGets whether the unmute was for intercom.