Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

SongBoard Music How to adjust the distance?

Asked by 6 years ago

I have a couple songboards and dj stations I edited the maxed distance for the sound file but players hear it even when players are clear across the map. Any way to make a script to say if players are in range of songboard or dj station players then will hear what is player?

0
Just put the sound instance inside a part and adjust the emitter size and volume. Troidit 253 — 6y
0
I can change the volume but you can still hear it when on other side of map the model goes as followed. Songboard/Mainwall/SurfaceGUI/ScrollingFrame/Sound                The MainWall is a part inside SongBoard GamePlayDad 5 — 6y
0
You could use .magnitude to play the sound when a player is near it, or just put the sound in a part in the DJ and adjust the MaxDistance and EmitterSize on the sound. User#20279 0 — 6y
0
Try putting the sound inside the part instead of inside the SurfaceGui? Troidit 253 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

find MaxDistance and change the radius from there (default is 10000 studs, my choice is 50 studs)

Ad

Answer this question