sm.localPlayer.getPosition
Returns the world position of the local player.
Kind: Function
Environments: Game
Game
sm.localPlayer.getPosition( )
Availability: Client only
Deprecated: Use Character.worldPosition or Character.getWorldPosition
Returns:
| Type | Description |
|---|---|
| Vec3 | The player's world position. |