Isosta
|
  |
| Joined: 10 May 2015 |
| Total Posts: 14729 |
|
|
| 21 Feb 2017 08:02 AM |
the offsets are confusing
R$86,222 and climbing. |
|
|
| Report Abuse |
|
Isosta
|
  |
| Joined: 10 May 2015 |
| Total Posts: 14729 |
|
|
| 21 Feb 2017 08:24 AM |
Reset it, if you're trying to do something like IK i'd recommend using this
local Joints = { RightShoulder = { Object = script.Parent['RightUpperArm']['RightShoulder'], Offset = CFrame.new(1.5, .1, 0) }, LeftShoulder = { Object = script.Parent['LeftUpperArm']['LeftShoulder'], Offset = CFrame.new(-1.5, .1, 0) }, RightHip = { Object = script.Parent['RightUpperLeg']['RightHip'], Offset = CFrame.new(.5, -.7, -0)-- * CFrame.new(.5,-.2,0) },## LeftHip = { Object = script.Parent['LeftUpperLeg']['LeftHip'], Offset = CFrame.new(-.5, -.7, -0)-- * CFrame.new(.5,-.2,0) }, RightKnee = { Object = script.Parent['RightLowerLeg']['RightKnee'], Offset = CFrame.new(0, -0.3 - .25, 0) }, LeftKnee = { Object = script.Parent['LeftLowerLeg']['LeftKnee'], Offset = CFrame.new(0, -0.3 - .25, 0) }, RightAnkle = { Object = script.Parent['RightFoot']['RightAnkle'], Offset = CFrame.new(0,-.8,0) }, LeftAnkle = { Object = script.Parent['LeftFoot']['LeftAnkle'], Offset = CFrame.new(0,-.8,0) ## }
for JointName,Data in next, Joints do print('Changed',JointName) ############## = Data.Offset Data.Object.C1 = CFrame.new() end
R$86,222 and climbing. |
|
|
| Report Abuse |
|
| |