standardized layout authored by Lxlp's avatar Lxlp
[< Back to mechanic page](../../Model-Mechanics) [< Back to mechanic page](../../Model-Mechanics)
Mechanic: Scale
===============
## Description
Scale the model's hitbox or render scale. Scale the model's hitbox or render scale.
Attributes ## Attributes
----------
| Attribute | Aliases | Description | Type | Default | | Attribute | Aliases | Description | Type | Default |
|-----------|---------------|-------------------|---------|---------| |-----------|---------------|-------------------|---------|---------|
| modelid | m, mid, model | Targeted model | String | | | modelid | m, mid, model | Targeted model | String | |
| scale | s | Scale | Double | 1 | | scale | s | Scale | Double | 1 |
| hitbox | h | Is scaling hitbox | Boolean | false | | hitbox | h | Is scaling hitbox | Boolean | false |
Examples
--------
## Examples
#### Setting render scale of all models: #### Setting render scale of all models:
```yaml ```yaml
... ...
......