I am welding a tools for my game and all the parts don’t weld.
What are you attempting to achieve?
I want to have tools that has multiple parts that can be moved all together with the handle.
What is the issue?
Weld Constraint doesn’t weld.
What solutions have you tried so far?
I’ve looked that the forums and found nothing useful. I’ve tried regular welds, anchoring the tools, un anchoring the tools and it still doesn’t work.
Name the welds so you don’t get confused.
ex. MagWeld, Mag2Weld etc… Then set all the welds’ Part1 to Handle then Part0 to what the items supposed to be.
Example:
put MagWeld’s Part0 to Mag
put Mag2Weld’s Part0 to Mag2
Also, the tool’s parts need to be unanchored or else the player won’t move.
Another thing that I wanted to mention, was that the welds work fine when the tools aren’t being teleported. I have a script so that the tools spawn inside of the map. I only teleported the handle because I think that’s how weld constraints work.