# Effect.stopBreakSustain

Stops playing an effect, letting sound finish before destroying the effect.

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
effect:stopBreakSustain(  )
```

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

**Availability:** Client only

**Parameters:**

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