# Body.liftable

Check if a body is liftable

**Kind:** Member

**Environments:** Game

## Game

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

### Get

Check if a body is liftable

**Returns:**

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

### Set

**Availability:** Server only

Controls whether a body is liftable

**Parameters:**

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