# Body.setUsable

Controls whether a body is interactable

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
body:setUsable( value )
```

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

**Availability:** Server only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `body` | [Body](../Game-Script-Environment/Userdata/Body.md) | The body. |
| `value` | boolean | Whether the body is interactable. |
