Hey there everyone.
So I have made an Animation for a First Person Cutscene that should play when touching a Part, I scripted everything accordingly.
Now I have the issue that the Camera attached to the Player’s head works and all but I am able to move it up and down, which I dont want it to happen.
What should I do to make it so you cant move the camera up and down during the cutscene with animation?
Here’s a video example so you can get a understanding of my Issue here:
This is how I attached the Camera to the player’s head
local head = Character:WaitForChild("Head")
Cam.CameraType = Enum.CameraType.Attach
Cam.CameraSubject = head