How to make radio fade away

hello im making a radio but i dont want it to be server wide i want it to be a specific radius how do i make it fade out of the distance so its quiet everywhere but where its located?

you can change the radius in the Sound’s Properties

1 Like

You can use RollOffMaxDistance (roblox.com)

1 Like

so with that i can have it kind of light sounding?

1 Like

or you can do something better , you can make a big invisible hit box “with the cancollide Off” around the radio
and make a script that every time a player touch the hit box the music will play for him (if you do this you may use a remote function)

1 Like

im not that intelegent with scripting i dont even know how to script lol

ah well just go to the sound’s properties :sweat_smile:

1 Like

alright well thank you guys i appreciate the help

If the settings don’t work like you expect, make sure the sound is parented to an object in workspace. If the sound is not parented to an object in workspace it behaves as a global sound that everyone hears no matter where they are.

I’m not too sure if it will just cut off or get less volume as you go away.