So since I don't know much about audio on ROBLOX; I was wondering, how do you add audio into your game? I'm not talking about songs when a player joins in, but rather a local noise that you hear only when you get closer to the source.
For Example:
The closer you walk towards the washing machine the louder the sound becomes.
Is there a way to manipulate the distance you have to be before you start hearing the noise? Thank you for helping.
You can begin by placing the sound in the StarterGui or backpack. Using Magnitude you can determine the player's distance from whatever the source is and you can change the volume for the player accordingly.