Created an FPS Controller for the player object (Capsule).
Used transform.TransformDirection to allow the player to move in the direction it is facing. (Transformed local space to world space)
Used Mouse Y input for the player object
Used Mouse X input for Camera.Main object