How could I make muffled audio?

Hello!

Basically, I would like to make an audio muffled.
I know about soundeffects, but I don’t really know which should I choose and how to set it to be muffled.

Thanks you in advance for answering!

10 Likes

One great way to make audio sound muffled is to use what’s called a low pass filter. You can make this easily on Roblox.

First, add an EqualizerSoundEffect to your sound. This allows you to adjust the volume of certain frequencies of the sound. Notice the properties HighGain and MidGain. Slowly bring these down, and you should notice your audio becomes more “muffled.”

If you have any more questions, don’t be shy :slight_smile:

58 Likes

Thanks for your answer! This worked!

4 Likes