# Player.getCarry

Returns the carry container of the player.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
player:getCarry(  )
```

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Container](../Game-Script-Environment/Userdata/Container.md) | The player's carry. |
