# Character.overrideRenderableList

Overrides a non player character's third person renderable list with a new list of renderables. Will trigger a rebuild of the character's graphics.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:overrideRenderableList( renderables )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `character` | [Character](../Game-Script-Environment/Userdata/Character.md) | The character. |
| `renderables` | table | An array of renderable file paths to override with. |
