Advertisement
metilol

434

Mar 31st, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. local You = "Meti2000" local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = "Skeleton Dummy" humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
  2.  
  3.  
  4. --yay
  5.  
  6. Player = game:GetService("Players").LocalPlayer
  7. PlayerGui = Player.PlayerGui
  8. Cam = workspace.CurrentCamera
  9. Backpack = Player.Backpack
  10. Character = Player.Character
  11. Humanoid = Character.Humanoid
  12. Mouse = Player:GetMouse()
  13. RootPart = Character["HumanoidRootPart"]
  14. Torso = Character["Torso"]
  15. Head = Character["Head"]
  16. RightArm = Character["Right Arm"]
  17. LeftArm = Character["Left Arm"]
  18. RightLeg = Character["Right Leg"]
  19. LeftLeg = Character["Left Leg"]
  20. RootJoint = RootPart["RootJoint"]
  21. Neck = Torso["Neck"]
  22. RightShoulder = Torso["Right Shoulder"]
  23. LeftShoulder = Torso["Left Shoulder"]
  24. RightHip = Torso["Right Hip"]
  25. LeftHip = Torso["Left Hip"]
  26. local sick = Instance.new("Sound",Character)
  27. sick.SoundId = "rbxassetid://531711813"
  28. sick.Looped = true
  29. sick.Pitch = 1
  30. sick.Volume = 1
  31. Head:ClearAllChildren()
  32.  
  33.  
  34. local tor = Instance.new("CharacterMesh")
  35. tor.Parent = Character
  36. tor.Name = "Bones"
  37. tor.BodyPart = "Torso"
  38. tor.MeshId = "36780113"
  39. tor.OverlayTextureId = "36780292"
  40.  
  41. local tor = Instance.new("CharacterMesh")
  42. tor.Parent = Character
  43. tor.Name = "Bones"
  44. tor.BodyPart = "LeftLeg"
  45. tor.MeshId = "36780079"
  46. tor.OverlayTextureId = "36780292"
  47.  
  48. local tor = Instance.new("CharacterMesh")
  49. tor.Parent = Character
  50. tor.Name = "Bones"
  51. tor.BodyPart = "RightLeg"
  52. tor.MeshId = "36780195"
  53. tor.OverlayTextureId = "36780292"
  54.  
  55. local tor = Instance.new("CharacterMesh")
  56. tor.Parent = Character
  57. tor.Name = "Bones"
  58. tor.BodyPart = "RightArm"
  59. tor.MeshId = "36780156"
  60. tor.OverlayTextureId = "36780292"
  61.  
  62. local tor = Instance.new("CharacterMesh")
  63. tor.Parent = Character
  64. tor.Name = "Bones"
  65. tor.BodyPart = "LeftArm"
  66. tor.MeshId = "36780032"
  67. tor.OverlayTextureId = "36780292"
  68.  
  69. local tor = Instance.new("SpecialMesh")
  70. tor.Scale = Vector3.new(1,1,1)
  71. tor.MeshType = "FileMesh"
  72. tor.MeshId = "http://www.roblox.com/asset/?id=36869983"
  73. tor.TextureId = "rbxassetid://36869975"
  74. tor.Parent = Head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement