> For the complete documentation index, see [llms.txt](https://legacydmc.gitbook.io/chaser/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacydmc.gitbook.io/chaser/set-exports/chaser_setassists.md).

# chaser\_setassists

Set’s assists on the current vehicle, has to be with the same key's as the get counterpart send.

```lua
        local assistsdata = {
            tractionControl = tobool(data.tcstate),
            stabilityControl = tobool(data.escstate),
            gearLock = tobool(data.gearlockstate),
            launchControl = assiststatedata.launchControl
        }
        chaser:chaser_setassists(assistsdata)
```
