Muting
Gets called when the player is being muted.
Start a script section
!-- OnEvent Muting
-- require @evPlayer @evIssuer $evIsIntercom $evIsAllowed
# Add your instructions here
- Group: PlayerEvents
- Cancellable: Yes
- Event data:
PlayerMutingEventArgs
Injected variables
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who is being muted. |
@evIssuer | player value | Gets the player who is issuing the mute. |
$evIsIntercom | bool value | Gets whether mute is being applied to intercom. |
$evIsAllowed | bool value | Whether the event is allowed to run. |