|
| 09 Aug 2013 12:07 AM |
--This script snippet is only part of the whole script but the swordpart won't weld to the arm, the weld doesn't even appear
swordweld = Instance.new("Weld") swordweld.Name = swordweld swordweld.Parent = Character:FindFirstChild("Right Arm") swordweld.Part0 = Character:FindFirstChild("Right Arm") swordweld.Part1 = swordpart
--The swordpart is a defined part and Character is also defined |
|
|
| Report Abuse |
|
|
|
| 09 Aug 2013 01:02 AM |
You should'nt need to weld the sword to the arm....
-Is the sword in a "Tool" object? If so, you need to name one part "Handle" in order for it to be held in the hand normally.
|
|
|
| Report Abuse |
|
|
|
| 09 Aug 2013 08:00 AM |
| It's not a tool, it's a LocalScript in a HopperBin. I want the arm to be down when you're holding the sword. |
|
|
| Report Abuse |
|
|
|
| 09 Aug 2013 08:46 AM |
| Nevermind I found out what happened. The swordweld's name wasn't a string so it kept the rest from working. |
|
|
| Report Abuse |
|
|