1 | Spawn( 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.