Skip to main content

ToggledNoclip

Gets called when the player has toggled the noclip.

Start a script section

!-- OnEvent ToggledNoclip
-- require @evPlayer $evIsNoclipping

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

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the player who toggled noclip.
$evIsNoclippingbool valueGets whether the player now has noclip enabled or not.