How do I create a tool with multiple handles for my rahblax game?

So I’ve recently started work on a roblox game and I would like to make a tool with 3 swords, however I would like to be able to animate each of them. Only problem is that I don’t know how to make a tool with more than one handle work. Could someone please guide me in the right direction on how to achieve this?

thanks in advance

RAHBLAX HAHAHAHAHHAHAHA

You could use welds in a script

1 Like

Look up QPerfectionWeld on the tool box and it should automatically weld your tool together. I do suggest to manually weld it if it’s just 3 items, but if it has a ton of objects, just use QPerfectWeld. Also, name any of the swords “Handle” if you want their tool grip to originate from there.