🔧 SDK ReferenceManagersAudioManagerSoundManagersetLoopEndsetLoopEndSet the sound loop end.Syntaxsound.setLoopEnd(loopEnd);ParametersNameTypeDescriptionloopEndnumberThe loop end in seconds.Example// Set the loop end to 2.5 seconds.sound.setLoopEnd(2.5);Available on: Client