Weave.Self.Pos

Returns your current Vector3 coordinates.

Syntax

Weave.Self.Pos()

Return(s)

vector3
Current position

Example

local pos = Weave.Self.Pos()
print("Position: " .. pos.x .. ", " .. pos.y .. ", " .. pos.z)