So how would I do so since I am unable to find anything on the wiki and I was wondering if anyone could give me a script that would make a sound in Workspace and have an id and max distance = 1 can anyone help me?
sound = Instance.new("Sound") sound.SoundId = "URLHERE" sound.MaxDistance = 200 -- MaxDistance will only work if its in a part sound.Parent = workspace --