|
| 27 Dec 2012 03:56 PM |
Can someone explain to me how to use C1 when you're doing an Arm Weld script?
-IG Emperor- |
|
|
| Report Abuse |
|
|
ninja5566
|
  |
| Joined: 14 Jan 2009 |
| Total Posts: 5233 |
|
|
| 27 Dec 2012 03:57 PM |
a = Instance.new("Weld") a.Name ="ArmWeld" a.Part0 = game.Workspace[player].Torso --Change to the directory of the torso a.Part1 = game.Worskapce[player]["Right Arm"] --Any arm or leg. a.C0 = CFrame.new(0.3,0,0) a.Parent = game.Workspace[player] |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2012 03:58 PM |
I know how to do that, but why 0.3?
-IG Emperor- |
|
|
| Report Abuse |
|
|
ninja5566
|
  |
| Joined: 14 Jan 2009 |
| Total Posts: 5233 |
|
|
| 27 Dec 2012 04:03 PM |
| 0.3 will shift it to the left if i'm correct, which means it will look like the arm however when you use 0,0,0 it will put it in the middle of the torso, so we will shift it to the left 0.3. |
|
|
| Report Abuse |
|
|
|
| 27 Dec 2012 04:07 PM |
C0 sets the CFrame of Part0 away from Part1; C1 sets the CFrame of Part1 away from Part2.
|
|
|
| Report Abuse |
|
|