# Character.setHovering

Sets whether the character is hovering.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Server only

Will not activate hover for player characters.

**Parameters:**

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