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

Turning a Humanoid?

Asked by 8 years ago

How can i make a Humanoid turn to a given direction? Like without using BodyMoverObjects or Cframe. If there's a way.?

1
Not much else to work with besides BodyMovers or modifying the CFrame. CFrame contains the rotational components of each part so it might be worth using to rotate the character. BlackJPI 2658 — 8y
0
Hmm okay thanks. I just wanted to know if there was another way. GeezuzFusion 200 — 8y
0
You should elaborate on your problem. drahsid5 250 — 8y

1 answer

Log in to vote
0
Answered by
drahsid5 250 Moderation Voter
8 years ago

To move an object without a BodyMover or CFrame would not be very plausible, but in the Part classes, there are two properties, Rotation and RotVelocity.

Rotation is exactly that, the part's rotation. Changing this will change the rotation but, just as changing part.Position, it will make it go to a higher point if it is colliding or clipping through an object.

RotVelocity is the rotational velocity (duh) of the part, which might be what you're looking for. You might want to change or modify the RotVelocity for this problem.

Sources: Part class, Velocity, RotVelocity, Rotation

Ad

Answer this question