When I equip the Pizza tool as shown in the video, the sound becomes distorted for some reason.
However, when I equip and instantly unequip the tool, the sound seems to be normal but coming from a different place.
I tried changing the sound volume, the script of the sound and even changing the properties of the sound, but that doesn’t seem to fix the issue.
Could somebody please help me out?
It looks like it’s an issue with the sound asset - it seems to be stereo but only in the left channel, which makes it render strangely when emitted from a position. You might be able to fix it by finding or creating a new sound asset that doesn’t have this issue.
I can also see that the part containing the sound changes position after being unequipped, so that explains why it comes from a different direction when doing that.
I created a new place to see if the same thing was happening as in the video, but it wasn’t distorted. Anyway - I’ll try a different sound asset to see if anything changes. Thank you!
I think I just found the solution - I changed the parent of the “openSound” to “Workspace” instead of the handle of the Pizza, and everything works just fine!