Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 08 Jul 2013 07:37 PM |
| w.Part1 = script.Parent.Left Arm --How do I space "Left Arm" because it doesn't seem to work when I space it. And I can't name it LeftArm. |
|
|
| Report Abuse |
|
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
| |
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 08 Jul 2013 07:41 PM |
| That doesn't work for me, just tried it. |
|
|
| Report Abuse |
|
|
Azarth
|
  |
| Joined: 17 Aug 2012 |
| Total Posts: 2760 |
|
|
| 08 Jul 2013 07:42 PM |
Output? Where's your script located? |
|
|
| Report Abuse |
|
|
Kasumo
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 2467 |
|
|
| 08 Jul 2013 07:46 PM |
Output says nothing. This is the whole script. It is located in an NPC.
local w = Instance.new("Weld")
w.Parent = script.Parent.Sword
w.Part0 = w.Parent
w.Part1 = script.Parent.Left Arm
w.C1 = CFrame.new(0, 0, 0) |
|
|
| Report Abuse |
|
|
Thaeh
|
  |
| Joined: 05 Feb 2011 |
| Total Posts: 7685 |
|
| |
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 08 Jul 2013 07:59 PM |
| script.Parent:FindFirstChild("Left Arm") |
|
|
| Report Abuse |
|
|
| |
|