I’m trying to lock the camera to the player’s head, it works but results in shift lock not rotating the player
Currently using this localscript:
game.Workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character:WaitForChild("Head")
Help would be appreciated
1 Like
MichaveIi
(Michaveli)
August 12, 2023, 2:45pm
#2
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.
1 Like
system
(system)
Closed
August 26, 2023, 2:45pm
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.