Help with FPS camera movement

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    Im trying to make the cam subject be the head so that the camera moves during animations.

  2. What is the issue? Include screenshots / videos if possible!
    When I set the camera subject to head my character doesnt rotate and I can see my body parts.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

game.Loaded:Wait()
game.Workspace.CurrentCamera:GetPropertyChangedSignal("CameraType"):Connect(function()
		game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character:WaitForChild("Head")
end)
1 Like