public void Follow()
 {
     if (isMoving)
     {
         transform.position = picker.GetPosition();
     }
 }