How to move camera with head in animations?

I want the camera the follow the local character’s head. But all the solutions I’ve come across have not work!

I have tried: workspace.CurrentCamera.CFrame = game.Players.LocalPlayer.Character.Head.CFrame but that makes it so you cant move the head at all.
I have also tried workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Head but that looked weird for a first person game.

(This is my first time posting a question to the devfourm)

2 Likes