# Body.setConvertibleToDynamic

Controls whether a body is convertible to dynamic form

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Server only

**Parameters:**

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