Teleport
7/14/25Less than 1 minute
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)