> For the complete documentation index, see [llms.txt](https://docs.kuzquality.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kuzquality.com/resources/free-resources/better-rollbacks-and-handbrake-turns/config.md).

# Config

```lua
Config = {}

-- Rollback options
Config.betterRollback = {
    -- Whether better rollback should be enabled
    enabled = true,
    -- Duration/period of the rollback
    duration = 30,
    -- Strength/speed of the rollback
    strength = 10,
}

-- These handbrake turns happen when the player lets off their throttle (W). Turns their wheel and applies the handbrake
Config.betterHandbrakeTurns = {
    -- Whether to enable better hand brake turns
    enabled = true,
    -- Strength of the improved handbrake turns system
    strength = 1.5,
}

-- Check out our store for more: https://kuzquality.com/

```
