worldDebug:box
void worldDebug:box(pos, ttl, size, color, outline)
Draws a 3D debug box that will vanish after the given ttl time
Parameters
| Type | Name | Description | Optional |
|---|---|---|---|
| Vector3 | pos | No description | |
| number | ttl | No description | |
| Vector | size | Default: {2, 2} | ✔ |
| Color | color | Default: Yellow | ✔ |
| boolean | outline | Default: true | ✔ |