How do I loop audio in a place? (Example:creepy music/Scary music.)
There's a property for all Sound instances called Looped. Set it to true for that sound to loop, and false if you only want it to play once. Here is an example if you'd named it's variable "Sound":
Sound.Looped = true