🔧 SDK ReferenceManagersAudioManagerSoundManagersetLoopsetLoopSet the sound loop.Syntaxsound.setLoop(loop);ParametersNameTypeDescriptionloopSoundLoopThe loop to set.Examplesound.setLoop('repeat');// orsound.setLoop('once');Available on: Client