# Character.color

Returns the base color of a character.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Returns the base color of a character.

**Returns:**

| Type | Description |
| --- | --- |
| [Color](../Game-Script-Environment/Userdata/Color.md) | The character color. |

### Set

**Availability:** Server only

Sets the character color.

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `color` | [Color](../Game-Script-Environment/Userdata/Color.md) | The character color. |
