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

How do I loop audio?

Asked by 10 years ago

How do I loop audio in a place? (Example:creepy music/Scary music.)

1 answer

Log in to vote
1
Answered by 10 years ago

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
Ad

Answer this question