There is a property under the camera called CameraSubject. You can change this to the player’s head instead of Humanoid via a LocalScript under StarterGui with the following code:
game.Workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character:WaitForChild("Head")