Changes
Page history
wiki standardization
authored
Oct 21, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics/Scale.md
0 → 100644
View page @
058ef9f7
[
< Back to mechanic page
](
/Skills/Mechanics
)
## Description
Scale the model's hitbox or render scale.
## Attributes
| Attribute | Aliases | Description | Type | Default |
|-----------|---------------|-------------------|---------|---------|
| modelid | m, mid, model | Targeted model | String | |
| scale | s | Scale | Double | 1 |
| hitbox | h | Is scaling hitbox | Boolean | false |
## Examples
#### Setting render scale of all models:
```
yaml
Skills
:
-
scale{s=2} @self
```
\ No newline at end of file