# ClientScriptableObject.clientPublicData

Returns public data from a client scriptable object.

**Kind:** Member

**Environments:** Game

## Game

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

### Get

**Availability:** Client only

Returns public data from a client scriptable object.

**Parameters:**

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

**Returns:**

| Type | Description |
| --- | --- |
| table | The client public data. |

### Set

**Availability:** Client only

Sets public data on a client scriptable object.

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `scriptableObject` | [ScriptableObject](../Game-Script-Environment/Userdata/ScriptableObject.md) | The scriptableObject. |
| `data` | table | The client public data. |
