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

How can I make this sound where you can hear it from any distance?

Asked by 10 years ago
1Spawn(function()
2    local Music = Sound:Clone()
3    Music.Parent = script.Parent
4    Music:Play()
5    wait(5)
6    Music:Destroy()

This is the function where the script plays the music. It just fades the further you are away from it. I don't know how to make it where you can hear it regardless of how far you are away from it.

0
Put the sound inside of the player's character or starter gui. legobuildermaster 220 — 10y
0
The sound is played when a button is clicked. I put it in starterGUI and it still doesn't make the sound locally Audible (hear-able) alonzo12345 60 — 10y

1 answer

Log in to vote
0
Answered by
traigla 75
10 years ago

Put the music in Workspace.

1Music.Parent = game.Workspace
Ad

Answer this question