🔧 SDK ReferenceManagersAudioManagerSoundManagersetLoopStartsetLoopStartSet the sound loop start.Syntaxsound.setLoopStart(loopStart);ParametersNameTypeDescriptionloopStartnumberThe loop start time in seconds.Example// Set the loop start to 0.5 seconds.sound.setLoopStart(0.5);Available on: Client