Advertisement
ManityMan

Ses Nin

Mar 8th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --This is made by OneBullet360 aka Big L. Hope you enjoy--
  2. iz = (game.Players.LocalPlayer.Name)
  3.  
  4. is = (game.Players.LocalPlayer.Character)
  5.  
  6.  
  7. sound = Instance.new('Sound')
  8. sound.SoundId = 'http://www.roblox.com/asset/?id=147401224' --595265353
  9. sound.Looped = false
  10. sound.Parent = is.Torso
  11. sound.Volume = 1
  12.  
  13. taut = Instance.new('Sound')
  14. taut.SoundId = 'http://www.roblox.com/asset/?id=147401224' --595265353
  15. taut.Looped = false
  16. taut.Parent = is.Torso
  17. taut.Volume = 1
  18.  
  19. local player = game.Players.LocalPlayer
  20. repeat wait() until player.Character.Humanoid
  21. local humanoid = player.Character.Humanoid
  22. local mouse = player:GetMouse()
  23.  
  24. local anim = Instance.new("Animation")
  25. anim.AnimationId = "http://www.roblox.com/Asset?ID=27789359"
  26.  
  27.  
  28. local msg = Instance.new("Hint")
  29. msg.Parent = game.Workspace
  30. msg.Text = "Press 'z' to R A I G."
  31. is.Humanoid.WalkSpeed = 0
  32.  
  33. mouse.KeyDown:connect(function(key)
  34. if key == "z" then
  35. sound:Play()
  36. msg:Destroy()
  37. taut:Play()
  38. is.Humanoid.WalkSpeed = 60
  39. is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=1224371632'
  40. end
  41. end)
  42.  
  43. function onTouch(part)
  44. local humanoid = part.Parent:findFirstChild("Humanoid")
  45. sound1 = Instance.new('Sound')
  46. sound1.SoundId = 'http://www.roblox.com/asset/?id=634710465'
  47. sound1.Looped = false
  48. sound1.Parent = is.Torso
  49. sound1:Play()
  50.  
  51. sound2 = Instance.new('Sound')
  52. sound2.SoundId = 'http://www.roblox.com/asset/?id=634710465'
  53. sound2.Looped = false
  54. sound2.Parent = is.Torso
  55. sound2:Play()
  56. if (humanoid ~=nil) then
  57. humanoid.Health = 0
  58. end
  59. end
  60.  
  61. is.Torso.Touched:connect(onTouch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement