# Shape.setBurning

Set the state that determines if a shape is burning.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
shape:setBurning( state )
```

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

**Availability:** Server only

True to set burning and false to set not burning.

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `shape` | [Shape](../Game-Script-Environment/Userdata/Shape.md) | The shape. |
| `state` | boolean | The state. |
