Rotate character while disabling AutoRotate

First, I’m working at my first person rotate script, so I have disabled AutoRotate.

But soon I got a problem with rotating a character, I can’t rotate the body with HumanoidRootPart or LowerTorso.

Is there any way to rotate character while AutoRotate disabled?

If I need to show my script, just tell me! I’ll be appreciate everyone who answered me.

You can use this line of code:
HumanoidRootPart.CFrame = CFrame.new(HumanoidRootPart.Position,Vector3.new(Mouse.Hit.p.X,HumanoidRootPart.Position.Y,Mouse.Hit.p.Z))
It will rotate character to the mouse.

2 Likes