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
| Variable | Type | Description |
|---|---|---|
@evPlayer | player value | Gets the player who toggled noclip. |
$evIsNoclipping | bool value | Gets whether the player now has noclip enabled or not. |