# Player.getCurrentToolUuid

Returns the uuid of the tool the player is currently holding.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| [Tool](../Game-Script-Environment/Userdata/Tool.md) | The player's held tool uuid. |
