# Character.getCharacterType

Returns the uuid of the character.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The character type. |
