How to reduce sound panning?

I am making a 2D game. The sound difference when the character moves to the other side (left, right) of the emitting part is quite jarring. Is there a way to reduce how much it pans?

I don’t know of a way to prevent panning beyond playing a sound locally, that is putting a sound in something other than a part and calling :Play() in a LocalScript

1 Like