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

How do I change sound properties?

Asked by
painzx3 43
8 years ago

I'm aware that the Sound instance has 2 properties called "MaxDistance" which is the max distance you can hear a sound being played and "MinDistance" which is the minimum distance you can hear a sound playing. I tried changing these straight from the Properties but it always resets to 0. If I were to use a script would it be a child of the instance and say

sound = script.Parent
sound.MinDistance = ("whatever I want it to be")

1 answer

Log in to vote
1
Answered by 8 years ago

This Feature is not available for use

http://wiki.roblox.com/index.php?title=API:Class/Sound/MaxDistance

Ad

Answer this question