You can write your topic however you want, but you need to answer these questions:
-
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. -
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. -
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)