Skip to content

Api > MLPlayer > Teleport()


MLPlayer.Teleport(Vector3 location)⚓︎

Teleports the player root to the desired location.

Parameters:⚓︎

Name Type Description
location Vector3 Where the player will be teleported.

Usage⚓︎

---@type MLPlayer
local mlplayer;

---@type Vector3
local location;


mlplayer.Teleport(location)