How would I weld a SpecialMesh?

How would I weld a SpecialMesh to a part? I keep getting this error.


Same thing with WeldConstraint.

Basically, I want to weld a SpecialMesh to a swords handle to make some cool cosmetics for my sword-fighting game.

You’d have to weld the part that is the parent of the SpecialMesh, not the SpecialMesh itself, or just use a MeshPart

1 Like

Will parenting the SpecialMesh to the part keep it attached to the part?

Yes, it will keep it attached to the part even after parenting

1 Like