MLPlayerTeleportOn this pageMLPlayer.Teleport(Vector3 location) Teleports the player root to the desired location. Parameters: NameTypeDescriptionlocationVector3Where the player will be teleported. Usage ---@type MLPlayerlocal mlplayer;---@type Vector3local location;mlplayer.Teleport(location)