getCoords
Description
Returns the player's current coordinates.
Parameters
None
Return Value
Returns a vector3 of the player's position.
Example Use Case
local coords = ps.getCoords()
print("Current Coords: " .. json.encode(coords))
Last updated
Description
Returns the player's current coordinates.
Parameters
None
Return Value
Returns a vector3 of the player's position.
Example Use Case
local coords = ps.getCoords()
print("Current Coords: " .. json.encode(coords))
Last updated