How to create a dual wielding tool

  1. What do you want to achieve? Keep it simple and clear!
    Right now i have 2 boxing gloves, i want to make it a dual wield tool so theres one right handed and one left handed
  2. What is the issue? Include screenshots / videos if possible!
    Right now i only know how to make a one handed tool, so i wouldnt know how to achieve this.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I did but i couldnt really find any good detailed tutorials on the hub / youtube

Im not asking for full scripts, just asking where to start / what to use.

remove the handle from the tool and uncheck requireshandle so it won’t automatically weld

then when the player equips the tool weld the two parts (left and right) to their correct hands

to give it an offset modify the C0 with CFrame.new in the direction you wish to move it

Could i just weld it on studio or does that require a script?

it required a script, if you are doing the equip connections on the client you will need to send a remote event over to the server to weld it

Do you maybe have any example? i cant get it to work properly