Advertisement
TaiShiRoCe876

Baldi Fe Scirpt

Aug 13th, 2018
1,187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  2. print("FE Compatibility: by TaiShi & Amanjot")
  3. InternalData = {}
  4.  
  5. print("Enjoy The Script Skids :DDD")
  6. player = owner
  7. script.Parent = owner.Character
  8. wait(4)
  9. local slap = Instance.new("Sound",char)
  10. slap.SoundId = "rbxassetid://1841427728"
  11. slap.Volume = 100
  12.  
  13. local sweep = Instance.new("Part")
  14. local sweepdecal1 = Instance.new("Decal",sweep)
  15. local sweepdecal2 = Instance.new("Decal",sweep)
  16. local weld = Instance.new("Weld",sweep)
  17. sweepdecal1.Face = "Back"
  18. sweepdecal1.Texture = "rbxassetid://1814499405"
  19. sweepdecal2.Face = "Front"
  20. sweepdecal2.Texture = "rbxassetid://1814499405"
  21. sweep.Name = "gotta sweep sweep sweep"
  22. sweep.Size = Vector3.new(4.2, 8.4, 0.114)
  23. sweep.Transparency = 1
  24. sweep.CanCollide = false
  25. weld.Part1 = sweep
  26. weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
  27. slapspeed = 2
  28. walkSpeed = 20.3
  29. anger = 1 -- 5 is Angry.
  30. coroutine.wrap(function()
  31.     while true do
  32.         wait()
  33.         if anger == 1 then
  34.             slapspeed = 2 -- Normal speed.
  35.         end
  36.         if anger == 2 then
  37.             slapspeed = 1
  38.         end
  39.         if anger == 3 then
  40.             slapspeed = 0.5
  41.         end
  42.         if anger == 4 then
  43.             slapspeed = 0.1
  44.         end
  45.         if anger == 5 then
  46.             slapspeed = 0.0
  47.         end
  48.     end
  49. end)()
  50. sweep.Touched:connect(function(part)
  51.     local human = part.Parent:FindFirstChildOfClass("Humanoid")
  52.     if human and human.Parent.Name ~= char.Name then
  53.         anger = anger + 100
  54.         human.Health = 9999999999999999
  55.     end
  56. end)
  57. while true do
  58.     wait(slapspeed)
  59.     sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1814500416"
  60.     sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1814500416"
  61.     slap:Play()
  62.     wait(0.4)
  63.     sweepdecal1.Face = "Back"
  64.     sweepdecal1.Texture = "rbxassetid://1814499405"
  65.     sweepdecal2.Face = "Front"
  66.     sweepdecal2.Texture = "rbxassetid://1814499405"
  67. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement