Advertisement
GuestNoobROBLOX

GOTTA SWEEP NEW ROBLOX SCRIPT

Jul 12th, 2018
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. repeat wait() until plr.Character
  3. char = plr.Character
  4.  
  5. for i,v in pairs(char:GetChildren()) do
  6. if v.ClassName == "Part" then
  7. v.Transparency = 1
  8. elseif v.ClassName == "Accessory" then
  9. v.Handle.Transparency = 1
  10. end
  11. end
  12. char.Animate:Destroy()
  13. char.Humanoid.Animator:Destroy()
  14. local sweep = Instance.new("Part")
  15. local bill = Instance.new("BillboardGui",sweep)
  16. bill.Name = "SWEEP"
  17. bill.Adornee = bill.Parent
  18. bill.Size = UDim2.new(11, 0 , 5.1, 0)
  19. bill.Archivable = true
  20. bill.AutoLocalize = true
  21. local img = Instance.new("ImageLabel",bill)
  22. img.Size = UDim2.new(0.75, 0 , 1.5, 0)
  23. img.Image = "http://www.roblox.com/asset/?id=1828477921"
  24. img.Visible = true
  25. img.BackgroundTransparency = 1
  26. img.Position = UDim2.new(0.213, 0 , 0, 0)
  27. char.Humanoid.HipHeight = 1.1
  28. char.Humanoid.Name = "SWEEP"
  29. GOTTASWEEP = Instance.new("Sound",char.Head)
  30. GOTTASWEEP.SoundId = "rbxassetid://1781430032"
  31. GOTTASWEEP.Volume = 1
  32. SWEEPINGTIME = Instance.new("Sound",char.Head)
  33. SWEEPINGTIME.SoundId = "rbxassetid://1810425332"
  34. SWEEPINGTIME.Volume = 1
  35. local weld = Instance.new("Weld",sweep)
  36. sweep.Name = "SWEEP"
  37. sweep.Size = Vector3.new(7.2, 5.4, 2)
  38. sweep.Transparency = 1
  39. sweep.CanCollide = true
  40. weld.Part0 = char.Torso
  41. weld.Part1 = sweep
  42. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  43. sweep.Parent = char
  44. JumpCount = 0
  45. char.Head.face.Transparency = 1
  46. char.SWEEP.MaxHealth = 0
  47. char.SWEEP.JumpPower = 0
  48. char.SWEEP.WalkSpeed = 70
  49. touched = false
  50. char.Torso.Touched:connect(function(part)
  51. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  52. if human and human.Parent.Name ~= char.Name and touched == false then
  53. GOTTASWEEP:Play()
  54. repeat wait() until GOTTASWEEP.IsPlaying == false
  55. touched = true
  56. wait(0.9)
  57. if JumpCount == 0 and human.Jump then
  58. JumpCount = 1
  59. else
  60. touched = false
  61. JumpCount = 0
  62. end
  63. wait(1)
  64. if JumpCount == 1 and human.Jump then
  65. JumpCount = 2
  66. else
  67. JumpCount = 0
  68. end
  69. wait(1)
  70. if JumpCount == 2 and human.Jump then
  71. JumpCount = 3
  72. else
  73. JumpCount = 0
  74. end
  75. wait(1)
  76. if JumpCount == 3 and human.Jump then
  77. JumpCount = 4
  78. else
  79. JumpCount = 0
  80. end
  81. wait(1)
  82. if JumpCount == 4 and human.Jump then
  83. JumpCount = 0
  84. wait(1)
  85. touched = false
  86. char.Baldi.Walkspeed = 16
  87. human.WalkSpeed = 16
  88. else
  89. JumpCount = 0
  90. end
  91. end
  92. end)
  93. while true do
  94. wait()
  95. img.Image = "http://www.roblox.com/asset/?id=1828477921"
  96. wait(2.00)
  97. wait(2.00)
  98. wait(2.00)
  99. wait(2.00)
  100. wait(7.00)
  101. SWEEPINGTIME:Play()
  102. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement