# Character.isAiming

Returns whether a character is currently aiming with a weapon.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Whether the character is aiming. |
