Advertisement
Guest User

tz

a guest
Mar 31st, 2018
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  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. sick:Play()
  27. Head:ClearAllChildren()
  28.  
  29. local tor = Instance.new("CharacterMesh")
  30. tor.Parent = Character
  31. tor.Name = "Bones"
  32. tor.BodyPart = "Torso"
  33. tor.MeshId = "36780113"
  34. tor.OverlayTextureId = "494636944"
  35.  
  36. local tor = Instance.new("CharacterMesh")
  37. tor.Parent = Character
  38. tor.Name = "Bones"
  39. tor.BodyPart = "LeftLeg"
  40. tor.MeshId = "36780079"
  41. tor.OverlayTextureId = "494636944"
  42.  
  43. local tor = Instance.new("CharacterMesh")
  44. tor.Parent = Character
  45. tor.Name = "Bones"
  46. tor.BodyPart = "RightLeg"
  47. tor.MeshId = "36780195"
  48. tor.OverlayTextureId = "494636944"
  49.  
  50. local tor = Instance.new("CharacterMesh")
  51. tor.Parent = Character
  52. tor.Name = "Bones"
  53. tor.BodyPart = "RightArm"
  54. tor.MeshId = "36780156"
  55. tor.OverlayTextureId = "494636944"
  56.  
  57. local tor = Instance.new("CharacterMesh")
  58. tor.Parent = Character
  59. tor.Name = "Bones"
  60. tor.BodyPart = "LeftArm"
  61. tor.MeshId = "36780032"
  62. tor.OverlayTextureId = "494636944"
  63.  
  64. local tor = Instance.new("SpecialMesh")
  65. tor.Scale = Vector3.new(1,1,1)
  66. tor.MeshType = "FileMesh"
  67. tor.MeshId = "http://www.roblox.com/asset/?id=181343290"
  68. tor.TextureId = "rbxassetid://494637850"
  69. tor.Parent = Head
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement