Lean with camera script help

This is what I want:

This should work in first person.

I have absolutely no idea how I would do this… can anyone help?

Note: I understand CFrames but really only in a basic sense.

1 Like

You should search on tutorial, that’s not hard to do.

can you point me towards a good tutorial? I’m having some trouble finding one…

Thanks!

I thought that rotating the torso would break the motor6ds… am I wrong about that?

1 Like

In the humanoid theres a property called “RequiresNeck” which is defaulted to on, it’s what kills you when motors break (specifically the motor called “Neck”). You can disable it.

But wont that make animations stop working?

1 Like

I hadn’t thought of that. Yes, it would.

Do you know how to manipulate the waist motor6d? Like, if I were to rotate it by 45 degrees, would it rotate at the waist, or not?

I could easily rotate it by doing

Motor6d.Transform = Cframe.Angles(0, math.rad(45), 0)
1 Like

I just found this tutorial which I think I can easily make work for the torso instead of the head!

No. Also why did you reply to yourself?

because I had the solution and if anyone found this in hopes of solving the same problem, they could watch the video.