Advertisement
JohnJohniamm55

Welding

Mar 27th, 2015
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. plr = game.Players.JohnJohniamm55
  2. k = Instance.new("Part",game.Workspace)
  3.  
  4. local w1 = Instance.new("Weld",plr.Character.Head)
  5. w1.Parent = plr.Character.Head -- This is the original Handle.
  6. w1.Part0 = w1.Parent
  7. w1.Part1 = k -- Change PARTNAME to your second part's name.
  8. w1.C1 = CFrame.Angles(0, 0, 0) * CFrame.new(1, 0, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement