AudioMesh:setPosition
EditSets the position of the AudioMesh, in meters.
Set the position using numbers.
Arguments
| Name | Type | Description |
| x | number | The new x coordinate. |
| y | number | The new y coordinate. |
| z | number | The new z coordinate. |
Returns
Nothing
Set the position using a vector.
Arguments
| Name | Type | Description |
| position | vector | The position. |
Returns
Nothing