# Character.hasGraphics

Checks if a character has graphics.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Client only

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Whether the character has graphics. |
