Advertisement
Guest User

dummi

a guest
Mar 31st, 2018
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Player = game:GetService("Players").LocalPlayer
  2. PlayerGui = Player.PlayerGui
  3. Cam = workspace.CurrentCamera
  4. Backpack = Player.Backpack
  5. Character = Player.Character
  6. Humanoid = Character.Humanoid
  7. Mouse = Player:GetMouse()
  8. RootPart = Character["HumanoidRootPart"]
  9. Torso = Character["Torso"]
  10. Head = Character["Head"]
  11. RightArm = Character["Right Arm"]
  12. LeftArm = Character["Left Arm"]
  13. RightLeg = Character["Right Leg"]
  14. LeftLeg = Character["Left Leg"]
  15. RootJoint = RootPart["RootJoint"]
  16. Neck = Torso["Neck"]
  17. RightShoulder = Torso["Right Shoulder"]
  18. LeftShoulder = Torso["Left Shoulder"]
  19. RightHip = Torso["Right Hip"]
  20. LeftHip = Torso["Left Hip"]
  21. local sick = Instance.new("Sound",Character)
  22. sick.SoundId = "rbxassetid://531711813"
  23. sick.Looped = true
  24. sick.Pitch = 1
  25. sick.Volume = 1
  26. Head:ClearAllChildren()
  27.  
  28. local tor = Instance.new("CharacterMesh")
  29. tor.Parent = Character
  30. tor.Name = "Bones"
  31. tor.BodyPart = "Torso"
  32. tor.MeshId = "42587319"
  33. tor.OverlayTextureId = "42587579"
  34.  
  35. local tor = Instance.new("CharacterMesh")
  36. tor.Parent = Character
  37. tor.Name = "Bones"
  38. tor.BodyPart = "LeftLeg"
  39. tor.MeshId = "42587271"
  40. tor.OverlayTextureId = "42587579"
  41.  
  42. local tor = Instance.new("CharacterMesh")
  43. tor.Parent = Character
  44. tor.Name = "Bones"
  45. tor.BodyPart = "RightLeg"
  46. tor.MeshId = "42587421"
  47. tor.OverlayTextureId = "42587579"
  48.  
  49. local tor = Instance.new("CharacterMesh")
  50. tor.Parent = Character
  51. tor.Name = "Bones"
  52. tor.BodyPart = "RightArm"
  53. tor.MeshId = "42587369"
  54. tor.OverlayTextureId = "42587579"
  55.  
  56. local tor = Instance.new("CharacterMesh")
  57. tor.Parent = Character
  58. tor.Name = "Bones"
  59. tor.BodyPart = "LeftArm"
  60. tor.MeshId = "42587103"
  61. tor.OverlayTextureId = "42587579"
  62.  
  63. local tor = Instance.new("SpecialMesh")
  64. tor.Scale = Vector3.new(1,1,1)
  65. tor.MeshType = "FileMesh"
  66. tor.MeshId = "http://www.roblox.com/asset/?id=41752768"
  67. tor.TextureId = "rbxassetid://41752747"
  68. tor.Parent = Head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement