# Interactable.setLightOverrideColor

Set the override color of a light controller, ignoring the color of the shape.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:setLightOverrideColor( color )
```

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

**Availability:** Server only

**Parameters:**

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