# Character.setClimbing

Sets whether the character is climbing.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
character:setClimbing( state )
```

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

**Availability:** Server only

**Parameters:**

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