Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can you equip two tools at the same time?

Asked by 9 years ago

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.

5 answers

Log in to vote
0
Answered by 9 years ago

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.

Ad
Log in to vote
0
Answered by 9 years ago

It may be possible with a keybind or a custom backpack/script.

Log in to vote
0
Answered by 9 years ago

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!
0
I think all this would accomplish would be adding the look of two tools, it might be harder to control each of the weld parts SpazzMan502 133 — 9y
Log in to vote
0
Answered by
Mystdar 352 Moderation Voter
9 years ago

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.

Log in to vote
-1
Answered by 9 years ago

ok thanks guys!

Answer this question