# Character.isPlayer

Returns whether a character is owned by a player.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| boolean | Whether the character is owned by a player. |
