Advertisement
mooodi1234

Bleach Roblox Script (NEW Falling effect)

Apr 13th, 2017
2,098
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. wait(1)
  2. --By Rufus14 (Use it when you see someone running s3x script)
  3. print("Do ya need a bleach?")
  4. plr = game.Players.LocalPlayer
  5. char = plr.Character
  6. mouse = plr:GetMouse()
  7. local hit1 = Instance.new("Sound", workspace)
  8. hit1.SoundId = "http://roblox.com/asset?id=145486953"
  9. local hit = Instance.new("Sound", workspace)
  10. hit.SoundId = "http://roblox.com/asset?id=178646271"
  11. Bleach = Instance.new("Part", char["Left Arm"])
  12. Bleach.CanCollide = false
  13. Mesh = Instance.new("SpecialMesh", Bleach)
  14. Mesh.MeshId = "http://roblox.com/asset?id=483388971"
  15. Mesh.Scale = Vector3.new(0.005, 0.005, 0.005)
  16. Mesh.TextureId = "http://roblox.com/asset?id=520016684"
  17. Handy = Instance.new("Weld", Bleach)
  18. Handy.Part0 = Bleach
  19. Handy.Part1 = char["Left Arm"]
  20. Handy.C0 = CFrame.new(0.5,1.8,0)
  21. Handy.C1 = CFrame.Angles(0,4,1)
  22. drink = Instance.new("Sound", char.Head)
  23. drink.SoundId = "http://roblox.com/asset?id=10722059"
  24. function cringe(key)
  25. key = key:lower()
  26. if key == "e" then
  27. game.Chat:Chat(char.Head,"I need to die","Red")
  28. for i = 1,10 do
  29. wait()
  30. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(-0.018,0,0)
  31. Handy.C0 = Handy.C0 * CFrame.new(-0.05,-0.07,0.09)
  32. Handy.C0 = Handy.C0 * CFrame.Angles(0.12,0,0)
  33. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(0.2,0,-0.1)
  34. end
  35. drink:Play()
  36. wait(3.4)
  37. drink:Stop()
  38. for i = 1,10 do
  39. wait()
  40. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.new(0,-0.50,0)
  41. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0.175,0,0)
  42. Handy.C0 = Handy.C0 * CFrame.new(0.05,0.07,-0.09)
  43. Handy.C0 = Handy.C0 * CFrame.Angles(-0.1,0,0)
  44. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0 * CFrame.Angles(-0.15,-0.04,0.2)
  45. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0 * CFrame.Angles(-0.05,0.03,0)
  46. char.Torso["Right Hip"].C0 = char.Torso["Right Hip"].C0 * CFrame.Angles(-0.02,0,0)
  47. char.Torso["Left Hip"].C0 = char.Torso["Left Hip"].C0 * CFrame.Angles(-0.01,0,0)
  48. end
  49. wait(0.01)
  50. char.Torso.Anchored = true
  51. char["Left Arm"].Anchored = true
  52. char["Right Arm"].Anchored = true
  53. char["Left Leg"].Anchored = true
  54. char["Right Leg"].Anchored = true
  55. char.Head.Anchored = true
  56. hit:Play()
  57. hit1:Play()
  58. wait(4)
  59. local bl00d = Instance.new("Part", char.Head)
  60. bl00d.Size = Vector3.new(0.1,0.1,0.1)
  61. bl00d.Rotation = Vector3.new(0,0,-90)
  62. bl00d.CanCollide = false
  63. bl00d.Anchored = true
  64. bl00d.BrickColor = BrickColor.new("Maroon")
  65. bl00d.Position = char.Head.Position
  66. bl00d.CFrame = bl00d.CFrame * CFrame.new(0.43,-0.65,0)
  67. bl00d.Shape = "Cylinder"
  68. bl00d.Material = "Pebble"
  69. for i = 1,100 do
  70. wait()
  71. bl00d.Size = bl00d.Size + Vector3.new(0,0.05,0.05)
  72. end
  73. wait(5)
  74. char.Humanoid.Health = 0
  75. end
  76. end
  77.  
  78. mouse.KeyDown:connect(cringe)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement