Im trying to equip a cloak, and I have it set the pos of the Torso and such to the player and weld constraint it, but the things under the torso that are weld constrained to the torso, do not stay attached. Any idea how to fix this or correct way?
I assume (judging by the fact you have one visible WeldConstraint
) that you’ve set Part0
and Part1
to Hooddown
and Platelet
.
However, you do not have any welds connecting the Torso
to either of these objects. It doesn’t matter whether or not the WeldConstraint
is parented to the Torso
. You should create a new WeldConstraint
setting Part0
to the Torso
and Part1
to either of the objects.
Sorry, I messed up when taking the pic and dragged the other weld constriant down, but their are two, the first is connecting the Platelet to the torso and one is under the hood connecting it to torso
Teleport a part create weldconstraint, put part1 to a item and part0 to a torso,parent weld to a part, parent part to torso
Should work
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.