AudioMesh:setPosition

Edit

Sets the position of the AudioMesh, in meters.



Set the position using numbers.

Arguments

NameTypeDescription
xnumber The new x coordinate.
ynumber The new y coordinate.
znumber The new z coordinate.

Returns

Nothing

Set the position using a vector.

Arguments

NameTypeDescription
positionvector The position.

Returns

Nothing

See also