# sm.localPlayer.removeRenderable

Removes a renderable (file containing model data) that was used for the local player in first person view.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `renderable` | string | The renderable path. |
