Hello everyone! I am wondering how I can add bass to music in Roblox. I figured there would be a script involved thats why this is posted in scripting support. Not sure where else to put it! Thanks.
1 Like
If you wanted to add more bass to an audio, you could use SoundService.
Here’s an article on it and on how to use it : SoundService | Documentation - Roblox Creator Hub
2 Likes
You can use a EqualizerSoundEffect object, and parent it to the audio - more info on that here:
It is an instance that can be configured, and can be parented to an audio in order to equalize it.
can it be a child of the audio too?
Yes, that’s what I meant by parenting it to the audio - sorry if I wasn’t clear!
This also will change it on a per-audio basis - not across the entire game.