How would you go about with equipping two tools at a time? Is it possibly to equip two tools at a time or can you only equip one tool object with the two tools inside? I need a way to equip two swords or a sword and a shield at the same time.
I don't think it's possible to equip two tools at a time. You probably would have to script it, or put the Sword and Shield or both swords in the same tool.
In Hashiru's game he didn't really make it a tool at all. He used KeyDown arguments to equip weapons that were generally attached to the Player's Model. So you could also do something like that, an equip animation with a KeyDown argument. Keydown arguments also make the game generally seem better without having the interface for a tool.
It may be possible with a keybind or a custom backpack/script.
I know a way. Like you will need two handles, inside a tool. Then if you know how to make a weld script, make the script. If you don't, try finding a weld script that works the best for you. You put the script in the tool, not the handle. If you can't find a weld script, try using a weld plugin. Test your tool in a game so the weld script works. If you don't test and there are bugs you don't see, it can be hard for the players to use it.
LOL Try your best so it works well!
You can do this, but they won't be "tools", so to speak. If you made them separately and then welded them to a player's arms, then you can separately make it so when they left click and animation that only the left arm uses fires, and when you right click the same but with your right arm.