if (Keyboard.IsKeyDown(Key.S)) { transform.Translate(Vector.3.back * Time.deltaTime * Input.GetAxis("Horizontal") * moveSpeed); }