# sm.item.getCharacterShape

Return the data for the character [Shape](../Game-Script-Environment/Userdata/Shape.md).

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
sm.item.getCharacterShape( uuid )
```

[Open the full Game reference](../Game-Script-Environment/Static-Functions/sm.item.md#getcharactershape)

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `uuid` | [Uuid](../Game-Script-Environment/Userdata/Uuid.md) | The shape uuid. |

**Returns:**

| Type | Description |
| --- | --- |
| table | The character shape data. |
