Spawn(function() local Music = Sound:Clone() Music.Parent = script.Parent Music:Play() wait(5) 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.