Sounds is not working
Im trying to make a sound to be looped but I cant do that so can anyone tell me how to do that please
Im trying to make a sound to be looped but I cant do that so can anyone tell me how to do that please
make sure the looped argument is true
audio.playSound(name, volume, pitch, pan, looped)
ex:
audio.playSound("beep", 1, 440, 0, true)