AkroThorn
(AkroThorn)
#1
I am trying to rotate the RightHand while a tool is equipped using Orientation. Here is the line where I do so:
rightHand.Orientation = handBaseRot + rot
rot is a Vector3, it’s being printed.
all the variables have been defined properly, no errors.
XSiggeManx
(GreenGuyGaming)
#2
Ok? What is the problem here exactly?
AkroThorn
(AkroThorn)
#3
Nothing is happening when the line executes.
XSiggeManx
(GreenGuyGaming)
#4
Right, Orientation won’t affect RightHand, you need to modify the RightWrist Motor6D.
AkroThorn
(AkroThorn)
#5
Oh okay, thank you. I’ll mark that as solution.
system
(system)
Closed
#6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.