Skip to main content

TeleportedPlayer

Gets called when SCP-106 has teleported a player.

Start a script section

!-- OnEvent TeleportedPlayer
-- require @evPlayer @evTarget

# Add your instructions here
  • Group: Scp106Events
  • Cancellable: No
  • Event data: Scp106TeleportedPlayerEvent

Injected variables

VariableTypeDescription
@evPlayerplayer valueGets the SCP-106 player instance.
@evTargetplayer valueGets the player that was teleported.