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

Help with tools?

Asked by 8 years ago

How would i make a left handed tool?

0
Weld the handle to the left hand, rather than the right. Goulstem 8144 — 8y
0
could you post an example of how to do that? ProfessorSev 220 — 8y

1 answer

Log in to vote
1
Answered by 8 years ago

You actually can't. You would have to use a Hopperbin, because if you use a Tool your right arm will always go up no matter what.

Info on Hopperbins:http://wiki.roblox.com/index.php?title=HopperBins

If you can't be bothered reading all that, I'll make a quick breakdown on how its different from Tools, and its advantages.

-Hopperbins do not require a tool to Handle object to work -Your arm does not go up automatically, you can do that manually

These save a lot of troubles, even though Hopperbins are outdated.

What you could do:

1.Make the players left arm rotate upwards. To do this, simply rotate the Left Shoulder motor object inside the players torso. 2.Add a weld object to your weapon, then weld it to the player's left arm.

Useful wiki articles: http://wiki.roblox.com/index.php?title=Weld http://wiki.roblox.com/index.php?title=Joint http://wiki.roblox.com/index.php?title=API:Class/Motor

Your welcome.

0
thanks this was really helpful ProfessorSev 220 — 8y
Ad

Answer this question