void Update()
 {
     if (Mathf.Abs(stretchDistance) >= MAX_STRETCH)
     {
         // Break the GrabInstance
         grabbable.DestroyGrabInstance(this);
     }
 }