# Character.worldPosition

Returns the world position of a character.

**Kind:** Member

**Environments:** Game

## Game

[Open the full Game reference](../Game-Script-Environment/Userdata/Character.md#worldposition)

### Get

Returns the world position of a character.

**Returns:**

| Type | Description |
| --- | --- |
| [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The character's world position. |

### Set

**Availability:** Server only

Sets the world position of a character.

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `position` | [Vec3](../Game-Script-Environment/Userdata/Vec3.md) | The character's new world position. |
