Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Make camera move to the player's head?

Asked by 7 years ago

Hello. How do you make the camera move to the player's head, but that in 1st person, accessories do not show. I'm making a crouch script and whenever I crouch, the camera is at the same position as in standing position

tl;dr: A camera system that makes the camera go down when i crouch without setting the camerasubject to head because it makes the hats visible in first person

0
change the camera cframe workspace.CurrentCamera.CFrame = CFrame.new(0, -2, 0) Zyrup 27 — 7y
0
oops i made a mistake, workspace.CurrentCamera.CFrame = workspace.CurrentCamera.CFrame * CFrame.new(0, -2, 0) Zyrup 27 — 7y
0
Nope, not working BakonBot 26 — 7y

Answer this question