How do I weld my sword object onto the players?

Hello! I’m currently working on a 1v1 PVP game revolving around turing the old SFOTH swords into full fighting kits, and for the start of each match, I want to weld the swords to the players. I am not using tools, but rather a part with a mesh inside of it. For the welds, I need the sword to be able to:

  • Be animatable with the rest of the player though the roblox animator
  • Ofcourse, weld to the player correctly
  • Be a part of the character model
  • Be able to be removed and added without major issues

I’m making this post because I’m not all too good with welds, Motor6Ds, anything like that. The only weld-like object I know how to use properly are weld constraints, and I don’t think that weld constraints alone are going to cut it.

Any and all help is greatly appreciated! And thank you in advance if you decide to spend your time helping me and my game out!

3 Likes

You could probably use WeldConstraints, but im just curious why you arent using tools?

1 Like

Tools just have a bunch of pre-programmed things that I don’t want, though I guess I could use tools, I’d just have to remove some of the tool features

1 Like