AudioMesh:setScale
EditSets the scale of the AudioMesh.
Set the scale using numbers.
Arguments
| Name | Type | Description |
| sx | number | The x scale. |
| sy | number | The y scale. |
| sz | number | The z scale. |
Returns
Nothing
Set the scale using a vector.
Arguments
| Name | Type | Description |
| scale | vector | The new scale. |
Returns
Nothing