# ClientScriptableObject.id

Returns the id of a client scriptable object.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

**Availability:** Client only

Returns the id of a client scriptable object.

**Returns:**

| Name | Type | Description |
| --- | --- | --- |
| `id` | number | The clientScriptableObject id. |
