Update runs every frame without exception, so you are starting your SavePaused coroutine every frame, which means you soon have thousands of SavedPaused routines running at once. Also, in JS you don’t need to write out “StartCoroutine”, that’s used automatically.