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

How to hold a scythe with 2 hands? (fixed)

Asked by 5 years ago
Edited 5 years ago

I want to know how I can hold a scythe with 2 hands instead of one, because when you make a "Handle" you only hold it with one hand?

2 answers

Log in to vote
0
Answered by
D3LTA_Y 72
5 years ago
Edited 5 years ago

You need to make an animation with the correct position of Left arm, so the tool will follow Right arm's CFrame and adjust the handle for Left arm too, be sure to use the Equipped event:

Tool.Equipped:Connect(function()
  --> Play your animation here!
end)
Ad
Log in to vote
0
Answered by 5 years ago

You have two options on making a two had scythe. You can either A., use an animation and perfectly position it, or B., make a fake arm and weld it to the scythe where ever you want it to be held and do some trigonometry to perfectly position it. I personally prefer the second method, because once you have it you won't have to constantly reposition the arm and spend a lot of time on the animations.

Answer this question