# Tool.getUuid

Returns the tool type uuid.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
tool:getUuid(  )
```

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

**Parameters:**

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

**Returns:**

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