|
| 22 Mar 2014 01:43 PM |
| is it possible to equip a tool with a left hand? or will it always be right hand? |
|
|
| Report Abuse |
|
V0xels
|
  |
| Joined: 30 Mar 2012 |
| Total Posts: 2072 |
|
|
| 22 Mar 2014 01:58 PM |
Possible.
p = Instance.new("Weld", char.Torso) p.Part0 = char.Torso p.Part1 = char["Left Arm"]
p.C1 = CFrame.new(-1.5, 0.5, -0.35) * CFrame.fromEulerAnglesXYZ(-90, 0, 0)
Put that on an equip function (You will need to define char of course. Then make the Tool.GripPos = Vector3.new(3, 0, 0) |
|
|
| Report Abuse |
|