Diep8328Paster

Untitled

Jun 16th, 2018
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. repeat wait() until plr.Character
  3. char = plr.Character
  4.  
  5. wait(1/60)
  6.  
  7. print("GOTTA SWEEP BY SLIVER9230 Original : NanesROBLOX")
  8.  
  9. char.Humanoid.JumpPower = 0
  10. char.Humanoid.Animator:Destroy()
  11. char.Animate:Destroy()
  12. char.Head.face.Transparency = 1
  13. local sweep = Instance.new("Part")
  14. local slap = Instance.new("Sound",char)
  15. slap.SoundId = "rbxassetid://1781430032"
  16. slap.Volume = 10
  17. local congrats = Instance.new("Sound",char)
  18. congrats.SoundId = "rbxassetid://1781430032"
  19. congrats.Volume = 10
  20. local death = Instance.new("Sound",char)
  21. death.SoundId = "rbxassetid://1781430032"
  22. death.Volume = 10
  23. local schoolhouse = Instance.new("Sound",char)
  24. schoolhouse.SoundId = "rbxassetid://1781430032"
  25. schoolhouse.Volume = 10
  26. local doors = Instance.new("Sound",char)
  27. doors.SoundId = "rbxassetid://1781430032"
  28. doors.Volume = 10
  29. local weld = Instance.new("Weld",sweep)
  30. weld.Part0 = char.Torso
  31. weld.Part1 = sweep
  32. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  33. sweep.Parent = char
  34. for i,v in pairs(char:GetChildren()) do
  35. if v.ClassName == "Part" then
  36. v.Transparency = 1
  37.  
  38. elseif v.ClassName == "Accessory" then
  39. v.Handle.Transparency = 1
  40. end
  41. end
  42. mouse = plr:GetMouse()
  43. SpeedofBaldi = 40
  44. using = false
  45. char.Torso.Touched:connect(function(part)
  46. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  47. if human and using then
  48. human.Health = 0
  49. death:Play()
  50. end
  51. end)
  52. gui1=Instance.new("BillboardGui")
  53. gui1.Parent = sweep
  54. gui1.Adornee = sweep
  55. gui1.Size=UDim2.new(2.5,0,2.5,0)
  56. gui1.StudsOffset=Vector3.new(-4,7,0)
  57. gui1.AlwaysOnTop = false
  58. text1=Instance.new("ImageLabel")
  59. text1.Image = "http://www.roblox.com/asset/?id=1925290250" --
  60. text1.Size=UDim2.new(4,0,5,0)
  61. text1.Position=UDim2.new(0,0,0,0)
  62. text1.BackgroundTransparency = 1
  63. text1.Parent=gui1
  64. game.Players.LocalPlayer.Character.Head.Transparency = 1
  65. plr.Character.Humanoid.WalkSpeed = 80
  66. local SWEEPINGTIME = Instance.new("Sound",sweep)
  67. SWEEPINGTIME.SoundId= "rbxassetid://1926526088"
  68. SWEEPINGTIME.Volume = 6
  69. SWEEPINGTIME:Play()
  70. wait(2.9)
  71. SWEEPINGTIME:Destroy()
  72. sweep.Touched:connect(function(hit)
  73. if hit.Parent.Torso then
  74. local wield = Instance.new("WeldConstraint",hit.Parent.Torso)
  75. wield.Part0 = sweep
  76. wield.Part1 = hit.Parent.Torso
  77. local swep = Instance.new("Sound",workspace)
  78. swep.SoundId = "rbxassetid://1781430032"
  79. swep.Volume = 6
  80. swep:Play()
  81. end
  82. end)
Advertisement
Add Comment
Please, Sign In to add comment