Welds Not Working

My welds dont work even though its active and enabled

They will just stay still in the same place, and the model will get cloned from ReplicatedStorage and i also set the welds up in workspace

1 Like

What’s it supposed to do? I’m a little confused.

For some notes,

  • Is there code that moves anything?
  • If you want parts to move together, make sure the part you want following is not anchored
  • I assume it’s a Weld and not a WeldConstraint instance. I’ve found that Welds collapse builds together whereas WeldConstraints give me better results.

so the part that moves is getting lerped to the mouse.hit.position
the mainpart is anchored and needs to be because then it will kinda fall out the map
and yes it is a normal weld

image

hgp is a model that is the ‘Rusty_Fluid_Pipe’

1 Like