Advertisement
Marcsosa

Untitled

Mar 15th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --{{Made By Strazos}}--
  2.  
  3. local p = game.Players.LocalPlayer
  4. local char = p.Character
  5. local larm = char["Left Arm"]
  6. local rarm = char["Right Arm"]
  7. local lleg = char["Left Leg"]
  8. local rleg = char["Right Leg"]
  9. local hed = char.Head
  10. local torso = char.Torso
  11. local hum = char.Humanoid
  12. local weld = Instance.new("Weld",torso)
  13. weld.Part0 = torso
  14. iz = (game.Players.LocalPlayer.Name)
  15. is = (game.Players.LocalPlayer.Character)
  16. local player = game.Players.LocalPlayer
  17. repeat wait() until player.Character.Humanoid
  18. local humanoid = player.Character.Humanoid
  19. local mouse = player:GetMouse()
  20.  
  21.  
  22. local train = Instance.new("Part",torso)
  23. train.Anchored = true
  24. train.CanCollide = false
  25. train.Size = Vector3.new(0,0,0)
  26. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  27. weld.Part1 = train
  28. weld.C1 = CFrame.new(0,1.2,-0.5) * CFrame.Angles(0,math.rad(180),0)
  29. train.Anchored = false
  30. local TrainMesh = Instance.new("SpecialMesh",train)
  31. TrainMesh.MeshType = Enum.MeshType.FileMesh
  32. TrainMesh.Scale = Vector3.new(0.0005,0.0005,0.0005)
  33. TrainMesh.MeshId = "rbxassetid://475920798"
  34. TrainMesh.TextureId = "rbxassetid://16627494"
  35.  
  36.  
  37. local pseudohead=hed:Clone()
  38. for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
  39. pseudohead.Name='PseudoHead'
  40. pseudohead.Parent=char.Head
  41. local pseudoweld=Instance.new('Weld',torso)
  42. pseudoweld.Part0=hed
  43. pseudoweld.Name='PseudoHeadWeld'
  44. pseudoweld.Part1=pseudohead
  45. hed.Transparency=1
  46. for i,x in pairs(char:GetChildren()) do
  47. if x:IsA'HHat' then x:destroy'' end end
  48. for i,x in pairs(char:GetChildren()) do
  49. for a,v in pairs(x:GetChildren()) do
  50. if v:IsA'CharacterMesh' then v:destroy''
  51. end
  52. end
  53. end
  54.  
  55.  
  56. sound = Instance.new('Sound')
  57. sound.SoundId = 'http://www.roblox.com/asset/?id=606732470'
  58. sound.Looped = false
  59. sound.Parent = is.Torso
  60. sound.Volume = 999999
  61.  
  62.  
  63.  
  64. mouse.KeyDown:connect(function(key)
  65. if key == "z" then
  66. sound:Play()
  67. wait(6)
  68. sound:Stop()
  69. end
  70. end)
  71.  
  72.  
  73. mouse.KeyDown:connect(function(key)
  74. if key == "z" then
  75. game.Chat:Chat(hed,"I have crippling depression", "Blue")
  76. wait(6)
  77. explode=Instance.new("Explosion",char)
  78. explode.Position=char.Torso.Position
  79. explode.BlastPressure = 5
  80. explode.BlastRadius = math.huge
  81. explode.ExplosionType = 5
  82. sound2:Play()
  83. end
  84. end)
  85.  
  86. hum.WalkSpeed = 120;
  87.  
  88.  
  89. is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
  90. is.Animate.idle.Animation1.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
  91. is.Animate.idle.Animation2.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
  92. is.Animate.jump.JumpAnim.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
  93. is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement