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

How can i move a 6D motor in more than one direction?

Asked by
NexeusX 137
8 years ago

So you know how a 6D motors desired angle is only limited to one number, not like (0,0,0). I think i have to do somthing with Cframe? But i'm not sure what i do in a script.

--Motor 6D

--script.Parent.Joint.DesiredAngle = 3 --This works!

script.Parent.Joint.DesiredAngle = Vector3.new(3,2,1) --This does not work :(

--i have to somthing with Cframe right?



0
The Wiki is really broken right now, so I can't really tell you. User#6546 35 — 8y
0
Your right the Wiki isn't working right... NexeusX 137 — 8y

Answer this question