|
| 06 May 2014 05:48 PM |
repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character plr = game.Players.LocalPlayer gun = workspace:WaitForChild("Pistol"):Clone() gun.Parent = workspace w1 = Instance.new("Weld",plr.Character.Torso) w2 = Instance.new("Weld",plr.Character["Right Arm"]) w1.C0 = CFrame.new(1.5,.5,-.5)*CFrame.Angles(math.rad(90),0,0) w1.Part0 = plr.Character.Torso w1.Part1 = plr.Character["Right Arm"] w2.C0 = CFrame.new(0,0,2) w2.Part0 = plr.Charatcer["Right Arm"] w2.Part1 = gun
The right arm moves, but the pistol isn't attached to the arm. I don't know the problem, so... |
|
|
| Report Abuse |
|
|
| 06 May 2014 05:49 PM |
| any help will be appreciated. |
|
|
| Report Abuse |
|
|
| 06 May 2014 05:49 PM |
w2.Part0 = plr.Charatcer["Right Arm"]
Don't you mean "Character"? |
|
|
| Report Abuse |
|
| |