Skip to main content

TeleportingPlayer

Gets called when SCP-106 is teleporting a player.

Start a script section

!-- OnEvent TeleportingPlayer
-- require @evPlayer @evTarget $evIsAllowed

# Add your instructions here
  • Group: Scp106Events
  • Cancellable: Yes
  • Event data: Scp106TeleportingPlayerEvent

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the SCP-106 player instance.
@evTargetplayer valueGets the player that is being teleported.
$evIsAllowedbool valueWhether the event is allowed to run.