# Player.getCarryData

Get the carry data on a player.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Availability:** Server only

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| table | The carry data. |
