Left Handed and Passive Tools

I have two tool related ideas! :imagine:

The first idea is left handed tools. Not only the ability to hold a tool in the left hand but ALSO the ability to hold a tool in the left hand and the right hand at the same time. You could have your sword of epics in your right hand and you potion of magica in your left hand :smiley: I think it would be best if there was a tool property for which hand and some distinction in the coreGUI so users can know what is for either arm.

The other idea is passive tools. Currently, whenever you equip a tool, your right arm goes stiff in front of you; that’s silly. Like left and right hand options, passive and active should be enum properties of the tool. Active tools would animate just like tools do now and passive tools would simply weld themselves to your arm. Both types of tools would behave exactly like tools do now except for how they are held by the character. Passive tools would be great for torches, magic items and, I’m sure, many other creative things.

What do you guys think about passive tools and left handed tools? :slight_smile:

8 Likes

it’s not necessary and can be scripted

How many times has this exact phrase been said? It’s getting old.

8 Likes

But imagine if these features were granted to mainstream Roblox! AND, it is not currently possible with Roblox’s current tool system to do both my suggestions with significant work. Pathfinding is scriptable yet Roblox released an API for it.

6 Likes

But imagine if these features were granted to mainstream Roblox! AND, it is not currently possible with Roblox’s current tool system to do both my suggestions with significant work. Pathfinding is scriptable yet Roblox released an API for it.
[/quote]

I don’t see many people using this feature. For passive tools, you could just add a button the player can push and voila, torch in one of their hands. In fact, you’re able to do this in Legacy RPG by Vorlias. And for dual wielding - or holding two different tools in both hands :stuck_out_tongue: - you could make an inventory and drag and drop the item into a box that corresponds to whichever hand you wish to hold the item in.
It’s all about problem solving when you want to add something that isn’t supported by Roblox to your game.

by the way, pathfinding is far more difficult to script than the system you’re suggesting

I still think it would be worth it for Roblox to officially support both ideas. Bringing those capabilities of tools to all users could have amazing results!

2 Likes

little off-topic here, but I just shy away from tools completely. I never liked them aside from the fact that we can set the mouse Icon, but that really isn’t an issue anymore :stuck_out_tongue:

In the FilteringEnabled game I’m making atm, I use 0 tools and just use a local script to handle everything :o

But before we make tools useful, they should probably address the problem of tool-jumping and tools literally just falling down and out of the world when you’ve got low latency. (Or tools not being “equipped” at all with bad latency)

It’s the reason I prefer to use Hopperbins, because it doesn’t have to rely on sloppy “hope it works right” mechanics

support!!111113333777

How do you use a left-handed tool?

It would except mouse object input like any other tool. It could use whatever you want it to.

So left-clicking would use both at once? Not very good if one is a single-use item, and right-clicking is also bad if you are in third person…

It seems like to fix all these issues that arise you might as well make it all yourself :confused:

My current top game on my profile has this. It has a custom tool API and it doesn’t use the Roblox tool object.

Try it out.

But please - it was really easy to script it. I plea for more features so we get more freedom on making things in roblox - after that it is okay to make these things simpler by extending the API for those kind of things, such as left handed tools.