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

What joint should I use?

Asked by 8 years ago

I'm really confused on what joint to use for my system. I'm making a hand with fingers that move. I need joints for the knuckles of the fingers. I plan to move the fingers using Inverse Kinetics(IK). Unfortunately the new joint system of attachments and constraints is broken(thanks roblox), and the old system is confusing to me. What joint from the old system should I use?(motor, weld, ect.)

1
I would use http://wiki.roblox.com/index.php?title=API:Class/Motor6D as it is currenly used for character joints User#5423 17 — 8y
0
I don't think you can create those types of joints... dragonkeeper467 453 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

You can make a Motor6D and set its Part1 and Part0 and all that ( assuming you know how to work with welds )

local m6d = Instance.new("Motor6D", path.to.something)

To read more about Motor6D here is a nice wiki page: http://wiki.roblox.com/index.php?title=API:Class/Motor6D

Ad

Answer this question