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

How do you make a brick that plays music whose volume decreases as you walk away?

Asked by 7 years ago

Does anybody know how to make a script I can put in a brick that will play music ID number 413498319 out of the brick, with the volume decreasing the farther away you go?

I know normally you insert an audio object into the brick, and then you insert a script that says

wait()
script.Parent:Play()

inside the audio. However, that doesn't make the music fade as you walk away.

1
You could use magntude theCJarmy7 1293 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

You would use Min and Max distance but roblox have not implemented this yet see:- MaxDistance

Ad

Answer this question