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

How do i make a sound volume more distant when a player is walking away from the brick?

Asked by 9 years ago

Could you help me understand whats described in the title above?

1 answer

Log in to vote
1
Answered by 9 years ago

You would the Volume of the sound such as this. You can look at the code below, and look at the wiki article link below.

You must have the sound in a part!

http://wiki.roblox.com/index.php?title=Sounds

Sound = Instance.new("Sound", game.Workspace.Baseplate)
Sound.Volume = 1 --This would be loud.

Don't forget to mark this as the answer!

Ad

Answer this question