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

How do i change where the Camera is hooked on (when playing)? (SOLVED)

Asked by 8 years ago

how do i change the camera because usually its hooked to the HumanoidRootPart and i want it to be Hooked to Torso then my Animations can work perfectly etc crawlling and much more!

please tell me how to script it so the camera is hooked to Torso and not HumanoidRootPart

1 answer

Log in to vote
1
Answered by 8 years ago

It's not hooked to HumanoidRootPart. It's hooked to Humanoid. Put this in a script: game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Torso

Ad

Answer this question