float scroll = Input.GetAxis ("Mouse ScrollWheel"); transform.LookAt (target); transform.Translate(0, 0, scroll * speed, Space.Self);