// Pause all tweens with the given idDOTween.Pause(myId);// Kill all tweens with the given idDOTween.Kill(myId);// etc