public void resetDuck(Vector3 position) { dead = false; GetComponent <Rigidbody>().freezeRotation = true; transform.position = position; resetDuckAlignment(); cameraFollower.fastMoveToDuck(); }