getCoords
Bridge.getCoords(frPlayer)
Arguments
frPlayer (object): The player object.
Returns
coords (vector3): The coordinates of the player.
Example Usage
local coords = Bridge.getCoords(frPlayer)
print("Player Coords: " .. coords)
Return Structure
If player is valid:
vector3(x, y, z)
If player is not valid:
nil
Last updated
Was this helpful?