# Shape.color

Returns the color of a shape.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Returns the color of a shape.

**Returns:**

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

### Set

**Availability:** Server only

Sets the color of a shape. This is similar to coloring with the <em>Paint Tool</em>.

**Parameters:**

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