Tool welding problem

Hello there! I made a sword but for some reason, whenever I respawn, the weapon’s weld breaks. Could anyone help me with it? I can’t seem to find what’s causing the problem. It looks a bit like this:
image

^ Original weld

image

^ What happens when I respawn

Here is the place in case anyone want’s to test the issue for themselves

1 Like

Sounds like you’ve created your own weld, it works once.
When you respawn a new weld is created using the tools Grip as reference.

1 Like

How can I fix this?

I would start by addressing whatever is causing that script to break. Seems like you are either referencing the old character on respawn or you just need a WaitForChild for the new Humanoid.

1 Like

Are you sure that’s what is causing my sword to break?

No, but you haven’t given us enough information to be sure that’s the problem.

1 Like

I believe it has something to do with the weld script. I can post the code and you can see if there is anything wrong with it

For me, I got the welds created in the tool like you do. Then when I copy it and paste it in the character, i set the weld.Part1 manually.

1 Like

Do you know how I can do that with my tool?

Sorry for the late response