Shift lock not rotating player when camera is locked to the head

I’m trying to lock the camera to the player’s head, it works but results in shift lock not rotating the player
image

Currently using this localscript:

game.Workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character:WaitForChild("Head")

Help would be appreciated

1 Like

That’s because the head doesn’t move the rest of the character. If you want that same effect keep the CameraSubject to the Humanoid and move the camera up.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.