Skip to main content

movement.teleport

Overview

  • Teleports the specified character to a destination site or world coordinates.

Metadata

FieldValue
DisplayTeleport
Categorymovement
AccessUserCheat
ScopeB2Authority
Tags
AliasesTeleport, world.teleport

Parameters

NameTypeRequiredDefaultDescription
destinationstringnoDestination site ID, or FVector string like 'X=-1 Y=-2 Z=-3'
xfloatnoWorld X coordinate (requires y and z)
yfloatnoWorld Y coordinate (requires x and z)
zfloatnoWorld Z coordinate (requires x and y)
entity_identityIdnoTarget entity ID (default: possessed)

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('movement.teleport', {
destination: '', // optional
x: 0.0, // optional
y: 0.0, // optional
z: 0.0, // optional
entity_id: 0, // optional
});