# Tool.setFpColor

Sets the color to be used for the tool in first person view.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
tool:setFpColor( color )
```

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

**Availability:** Client only

**Parameters:**

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