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

Need help sound!

Asked by 10 years ago

I am making a nature place and I wanted to put a waterfall sound inside the waterfall. I tried putting the sound inside a part and looped it(Played it also).It didn't make any sound. I was trying to make the waterfall getting louder when I get close to it. Please help me. Thank you.

0
Did you set the Play property to true? FearMeIAmLag 1161 — 10y
0
Yeah. Intpixel 0 — 10y

1 answer

Log in to vote
1
Answered by 10 years ago

First you would insert a sound into the brick you want the sound to be played from and adjust the volume, then in the SounId property of the sound you would type http://www.roblox.com/asset/?id=(and then the ID of the sound, without the brackets), you then set the sound on looped and finally you put a script inside the sound with the following written inside of it.

script.Parent:play()

And then just disable the script and enable it for the changes to take effect and voila, your sound now plays c:

0
It only works in Studio. Intpixel 0 — 10y
Ad

Answer this question