Character.worldPosition
Returns the world position of a character.
Kind: Member
Environments: Game
Game
Get
Returns the world position of a character.
Returns:
| Type | Description |
|---|---|
| Vec3 | The character's world position. |
Set
Availability: Server only
Sets the world position of a character.
Parameters:
| Name | Type | Description |
|---|---|---|
position |
Vec3 | The character's new world position. |