Advertisement
GuestNoobROBLOX

Baldi Made By Nater12325 BUT I EDITED IT

Aug 6th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. -- baldi script by theamazingnater enjoy peeps
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4.  
  5. wait(1)
  6. local slap = Instance.new("Sound",char)
  7. slap.SoundId = "rbxassetid://1841427728"
  8. slap.Volume = 10
  9. local STATIC = Instance.new("Sound", char)
  10. STATIC.SoundId = "rbxassetid://1784592449"
  11. local Jumpscare = Instance.new("ScreenGui", char)
  12. local BaldiInJumpscare = Instance.new("ImageLabel", Jumpscare)
  13. BaldiInJumpscare.Visible = false
  14. BaldiInJumpscare.Image = "rbxassetid://1814499405"
  15. BaldiInJumpscare.Size = UDim2.new(2, 0, 8, 0)
  16. BaldiInJumpscare.Position = UDim2.new(-0.15, 0, -0.8, 0)
  17. for i,v in pairs(char:GetChildren()) do
  18. if v.ClassName == "Part" then
  19. v.Transparency = 1
  20. end
  21. end
  22. for i,v in pairs(char:GetChildren()) do
  23. if v.ClassName == "Accessory" then
  24. v.Handle.Transparency = 1
  25. end
  26. end
  27. char.Head.face.Transparency = 1
  28. local sweep = Instance.new("Part")
  29. local sweepdecal1 = Instance.new("Decal",sweep)
  30. local sweepdecal2 = Instance.new("Decal",sweep)
  31. local weld = Instance.new("Weld",sweep)
  32. sweepdecal1.Face = "Back"
  33. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1983371401"
  34. sweepdecal2.Face = "Front"
  35. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1983371401"
  36. sweep.Name = "gotta sweep sweep sweep"
  37. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  38. sweep.Transparency = 1
  39. sweep.CanCollide = false
  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. char.Humanoid.HipHeight = 0.3
  45. slapspeed = 2
  46. walkSpeed = 20.3
  47. char.Humanoid.WalkSpeed = 0
  48. char.Humanoid.JumpPower = 0
  49. anger = 1 -- 1 is normal.
  50. coroutine.wrap(function()
  51. while true do
  52. wait()
  53. if anger == 1 then
  54. slapspeed = 2 -- Normal speed.
  55. end
  56. if anger == 2 then
  57. slapspeed = 1
  58. end
  59. if anger == 3 then
  60. slapspeed = 0.5
  61. end
  62. if anger == 4 then
  63. slapspeed = 0.1
  64. end
  65. end
  66. end)()
  67. sweep.Touched:connect(function(part)
  68. local human = part.Parent:FindFirstChildOfClass("Humanoid")
  69. if human and human.Parent.Name ~= char.Name then
  70. anger = anger + 1
  71. Jumpscare:Clone()
  72. Jumpscare.Parent = plr
  73. BaldiInJumpscare.Visible = true
  74. STATIC:Play()
  75. human.Health = 0
  76. end
  77. end)
  78. while true do
  79. wait(slapspeed)
  80. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1983155193"
  81. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1983155193"
  82. char.Humanoid.WalkSpeed = 30
  83. slap:Play()
  84. wait(0.1)
  85. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1983154100"
  86. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1983154100"
  87. wait(0.1)
  88. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1983152544"
  89. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1983152544"
  90. wait(0.1)
  91. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1983150889"
  92. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1983150889"
  93. wait(0.1)
  94. char.Humanoid.WalkSpeed = 0
  95. sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1983371401"
  96. sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1983371401"
  97. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement