MoveTo

Click to Move to a given position.

MoveTo(x, y, z)

Example

Click to move to the target position.

local x, y, z = ObjectPosition('target')
MoveTo(x, y, z)