Advertisement
Guest User

adsadsasdas

a guest
Apr 25th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. owner = workspace.yfc
  2. owner.Torso.Transparency = 1
  3. owner.Head.Transparency = 1
  4. owner["Right Leg"].Transparency = 1
  5. owner["Left Leg"].Transparency = 1
  6. owner["Right Arm"].Transparency = 1
  7. owner["Left Arm"].Transparency = 1
  8. owner.Head.face:Remove()
  9. script.Parent = workspace.yfc
  10.  
  11. --.--
  12. local h = Instance.new("Part")
  13. h.Name = "Handle"
  14. h.Parent = owner
  15. h.Size = Vector3.new(2,2,1)
  16. h.formFactor = "Brick"
  17. h.BrickColor = BrickColor.new("Really black")
  18. h.TopSurface = "Smooth"
  19. h.BottomSurface = "Smooth"
  20. h.Transparency = 0
  21. h.Reflectance = 0
  22. ---------------------mesh
  23. m = Instance.new("BlockMesh")
  24. m.Parent = h
  25. m.Scale = Vector3.new(1, 1, 1)
  26. -----------------------------------------weldling
  27. w1 = Instance.new("Weld")
  28. w1.Parent = owner.Torso
  29. w1.Part0 = h
  30. w1.Part1 = owner.Torso
  31. w1.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, 0, 0)
  32. --.--
  33. local h = Instance.new("Part")
  34. h.Name = "Handle"
  35. h.Parent = owner
  36. h.Size = Vector3.new(1,1,1)
  37. h.formFactor = "Brick"
  38. h.BrickColor = BrickColor.new("Really black")
  39. h.TopSurface = "Smooth"
  40. h.BottomSurface = "Smooth"
  41. h.Transparency = 0
  42. h.Reflectance = 0
  43. ---------------------mesh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement