# Player.getCarryColor

Returns the color of the shape the player is carrying.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
player:getCarryColor(  )
```

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

**Availability:** Server only

**Returns:**

| Type | Description |
| --- | --- |
| [Color](../Game-Script-Environment/Userdata/Color.md) | The color of the shape the player is carrying. |
