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)Returns your current Vector3 coordinates.
Weave.Self.Pos()local pos = Weave.Self.Pos()
print("Position: " .. pos.x .. ", " .. pos.y .. ", " .. pos.z)