# Uuid.__tostring

**Kind:** Operation

**Environments:** Game, Terrain

## Game

``` { .lua .api-signature }
tostring(Uuid)
```

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

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| `tostring(Uuid)` | string | Returns the uuid as a string. |

## Terrain

``` { .lua .api-signature }
tostring(Uuid)
```

[Open the full Terrain reference](../Terrain-Script-Environment/Userdata/Uuid.md#__tostring)

**Operations:**

| Operation | Returns | Description |
| --- | --- | --- |
| `tostring(Uuid)` | string | Returns the uuid as a string. |
