# Interactable.setParams

Sets param data for a script interactable

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
interactable:setParams( data )
```

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

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `interactable` | [Interactable](../Game-Script-Environment/Userdata/Interactable.md) | The interactable, needs to be of script type. |
| `data` | any | The param data. |
