> For the complete documentation index, see [llms.txt](https://daikirai.gitbook.io/scripting/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daikirai.gitbook.io/scripting/combat/hitbox.md).

# Hitbox

A larger hitbox gives your aim more room, but the change is easy to notice at higher values.

## Hit size

`Multiplier` controls the size of the expansion. `1.0x` is the vanilla size. `1.2x` makes the hitbox `20%` larger.

{% hint style="success" %}
Use `1.1-1.2x` for a small expansion. Higher values make the hitbox visibly oversized and can make hits connect at unusual ranges.
{% endhint %}

{% hint style="warning" %}
Modified hitboxes are detectable by most anti-cheat systems.
{% endhint %}

## Conditions and display

`Players only` expands player hitboxes but leaves mobs unchanged. It is enabled by default. `Weapon only` applies the expansion only while you hold a weapon.

`Show modified hitbox` draws the expanded hitbox as an outline around the entity. This is visual only.

## Related modules

Use [Reach](/scripting/combat/reach.md) when you need to change attack distance, or [KillAura](/scripting/combat/killaura.md) when you want automatic attacks.
