# Body.usable

Check if a body is interactable

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Check if a body is interactable

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Return true if the body is interactable. |

### Set

**Availability:** Server only

Controls whether a body is interactable

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `value` | boolean | Whether the body is interactable. |
