# sm.localPlayer.getCarryColor

Returns the color of the shape the local player is carrying.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.localPlayer.getCarryColor(  )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.localPlayer.md#getcarrycolor)

**Availability:** Client only

**Returns:**

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