# Interactable.getColorNormal

Returns the connection-point color of an interactable. The point is shown when using the <em>Connect Tool</em>.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

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