tik800
|
  |
| Joined: 04 Feb 2010 |
| Total Posts: 104 |
|
|
| 30 Dec 2015 10:22 PM |
tool = script.Parent
function equipped(mouse) if script.Parent.Parent:FindFirstChild("Humanoid") then local player = script.Parent.Parent local leftArm = player["Left Arm"] leftArm.CFrame = CFrame.new(leftArm.Position) * CFrame.Angles(math.rad(leftArm.Rotation.x),math.rad(leftArm.Rotation.y),math.rad(leftArm.Rotation.z)) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) end end
tool.Equipped:connect(equipped)
So I'm trying to angle the left arm so it looks like the tool uses both arms instead of just the right. |
|
|
| Report Abuse |
|