GojiGaming1337

Untitled

Jun 16th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. -- baldi script by theamazingnater enjoy peeps
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4. local SONGS = {1807684401,1844478423,1808594637}
  5.  
  6. wait(1)
  7. local slap = Instance.new("Sound",char)
  8. slap.SoundId = "rbxassetid://1808594637"
  9. slap.Volume = 10
  10. for i,v in pairs(char:GetChildren()) do
  11. if v.ClassName == "Part" then
  12. v.Transparency = 1
  13. end
  14. end
  15. for i,v in pairs(char:GetChildren()) do
  16. if v.ClassName == "Accessory" then
  17. v.Handle.Transparency = 1
  18. end
  19. end
  20. char.Head.face.Transparency = 1
  21. local sweep = Instance.new("Part")
  22. local sweepdecal1 = Instance.new("Decal",sweep)
  23. local sweepdecal2 = Instance.new("Decal",sweep)
  24. local weld = Instance.new("Weld",sweep)
  25. sweepdecal1.Face = "Back"
  26. sweepdecal1.Texture = "rbxassetid://1840745100"
  27. sweepdecal2.Face = "Front"
  28. sweepdecal2.Texture = "rbxassetid://1840745100"
  29. sweep.Name = "gotta sweep sweep sweep"
  30. sweep.Size = Vector3.new(4.2, 4.4, 0.114)
  31. sweep.Transparency = 1
  32. sweep.CanCollide = false
  33. weld.Part0 = char.Torso
  34. weld.Part1 = sweep
  35. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  36. sweep.Parent = char
  37. char.Humanoid.HipHeight = 0.3
  38. slapspeed = 2
  39. walkSpeed = 20.3
  40. char.Humanoid.WalkSpeed = 20.3
  41. anger = 1 -- 1 is normal.
  42. coroutine.wrap(function()
  43. while true do
  44. wait()
  45. if anger == 1 then
  46. slapspeed = 2 -- Normal speed.
  47. end
  48. if anger == 2 then
  49. slapspeed = 2
  50. end
  51. if anger == 3 then
  52. slapspeed = 2
  53. end
  54. if anger == 4 then
  55. slapspeed = 2 end
  56. end
  57. end)()
  58. sweep.Touched:connect(function(part)
  59. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  60. if human and human.Parent.Name ~= char.Name then
  61. anger = anger + 1
  62. human.Health = 0
  63. end
  64. end)
  65. while true do
  66. wait(slapspeed)
  67. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1840745100"
  68. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1840745100"
  69. slap:Play()
  70. wait(0.4)
  71. sweepdecal1.Face = "Back"
  72. sweepdecal1.Texture = "rbxassetid://1840745100"
  73. sweepdecal2.Face = "Front"
  74. sweepdecal2.Texture = "rbxassetid://1840745100"
  75. end
Add Comment
Please, Sign In to add comment