public void RetractRope() { isRopeAnimating = false; _lassoedEntity.StopFollowingEntity(); _lassoedEntity = null; rope.RemoveFollowTarget(); rope.SendOutRopeToPoint(Vector3.zero); }