# JsonWidget.startEffect

Starts the effect applied to the widget.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
jsonWidget:startEffect( name )
```

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

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `jsonWidget` | [JsonWidget](../Game-Script-Environment/Userdata/JsonWidget.md) | The JsonWidget. |
| `name` | string | The name of the effect on the json widget to start. |
