Billboard
Description
Configure the model's billboard mode.
Attributes
| Attribute | Aliases | Description | Type | Default |
|---|---|---|---|---|
| modelid | m, mid, model | Targeted model | String | |
| partid | p, pid, part | Targeted rendering bone. If not set, set billboard of the entire model. |
String | |
| billboard | b, bb, bill | Billboard mode. One of FIXED, VERTICAL, HORIZONTAL, CENTER | String | |
| exactmatch | em, exact, match | Should the part match the partid completely |
Boolean | true |
| child | c | Whether the child bones should be affected | Boolean | false |
Examples
This makes the designated part always face the player horizontally.
Skills:
- model{m=customSpider} @self ~onSpawn
- billboard{p=eyes;b=VERTICAL} @self ~onSpawn