How to change orientation of part to face the players mouse?

How to change orientation of part to face the players mouse? The part I want the orientation to change is inside a player, so I can’t use CFrame to change it.

1 Like

You still can use CFrames, you just need to change the Motor6D of the part inside the player’s C0.
So if you wanted to make the RightHand in R15 point at a certain point, you’d change the RightHand’s Motor6D, which is inside of the RightHand and called “RightWrist”

The same concept applies to R6, but the Motor6Ds might be in different spots.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.