Distorted sound issue

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?

Expected behavior

The sound should not be distorted and glitchy

Hi, can you share a place file or a set of steps to reproduce this issue? Not sure what exactly is happening internally in the video.

Hey @ErikPIaysRoblox, just following up on the above request, any chance you could provide a place file that reproduces the issue?

Hi @ErikPIaysRoblox, I wanted to follow up again. Would you be able to provide a place file that reproduces the issue?

pizzagamecopy.rbxl (590.0 KB)
I know I’m really late, anyway here’s the place

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.

Hope that helps!

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!

Unfortunately the same thing was happening on every audio that I changed the asset to, so that’s not the solution…

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!

Great, I’m glad you were able to solve the issue!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.