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

Trouble rotating humanoid root part with R15?

Asked by 6 years ago

I'm having trouble rotating my character with the R15 rig.

Currently I'm using this:

player.Character.HumanoidRootPart.CFrame = CFrame.new(player.Character.HumanoidRootPart.Position, 
        Vector3.new(
            targetpos.X,
            player.Character.HumanoidRootPart.Position.Y,
            targetpos.Z
        )
    )

But the position spazzes out. (Rotates me fine, just decides that my character needs to have a seizure) https://gyazo.com/9886d74da46593280e5a740beca6c44c for a demo.

0
It's because you set the position too, you should only change the rotation User#20388 0 — 6y
0
Orientation kills me and CFrame.Angles doesn't rotate me at all. Professor_Boxtrot 136 — 6y

Answer this question