# Tool.getOwner

Returns the player that owns the tool.

**Kind:** Function

**Environments:** Game

## Game

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

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

**Parameters:**

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

**Returns:**

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