Description
Teleports one or more players to the specified position.
Snippet
Teleport(Event Player, Vector(0, 0, 0));
Properties
Returns: Void
Parameters: Player, Position
Player
Type: Player | Array (Player), Default: Event Player
The player or players to teleport.Position
Type: Position, Default: Vector
The position to which the player or players will teleport. If a player is provided, the position of the player is used.