SHOW:
|
|
- or go back to the newest paste.
| 1 | - | -- baldi script by theamazingnater enjoy peeps |
| 1 | + | if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
|
| 2 | - | plr = game.Players.LocalPlayer |
| 2 | + | print("FE Compatibility: by TaiShi & Amanjot")
|
| 3 | - | char = plr.Character |
| 3 | + | InternalData = {}
|
| 4 | ||
| 5 | - | wait(1) |
| 5 | + | print("Enjoy The Script Skids :DDD")
|
| 6 | player = owner | |
| 7 | script.Parent = owner.Character | |
| 8 | - | slap.Volume = 10 |
| 8 | + | wait(4) |
| 9 | - | for i,v in pairs(char:GetChildren()) do |
| 9 | + | |
| 10 | - | if v.ClassName == "Part" then |
| 10 | + | |
| 11 | - | v.Transparency = 1 |
| 11 | + | slap.Volume = 100 |
| 12 | ||
| 13 | - | end |
| 13 | + | |
| 14 | - | for i,v in pairs(char:GetChildren()) do |
| 14 | + | |
| 15 | - | if v.ClassName == "Accessory" then |
| 15 | + | |
| 16 | - | v.Handle.Transparency = 1 |
| 16 | + | |
| 17 | sweepdecal1.Face = "Back" | |
| 18 | - | end |
| 18 | + | |
| 19 | - | char.Head.face.Transparency = 1 |
| 19 | + | |
| 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 | - | weld.Part0 = char.Torso |
| 32 | + | |
| 33 | if anger == 1 then | |
| 34 | slapspeed = 2 -- Normal speed. | |
| 35 | - | sweep.Parent = char |
| 35 | + | |
| 36 | - | char.Humanoid.HipHeight = 0.3 |
| 36 | + | |
| 37 | slapspeed = 1 | |
| 38 | end | |
| 39 | - | char.Humanoid.WalkSpeed = 20.3 |
| 39 | + | |
| 40 | - | anger = 1 -- 1 is normal. |
| 40 | + | |
| 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 | - | anger = anger + 1 |
| 61 | + | |
| 62 | - | human.Health = 0 |
| 62 | + | |
| 63 | sweepdecal1.Face = "Back" | |
| 64 | sweepdecal1.Texture = "rbxassetid://1814499405" | |
| 65 | sweepdecal2.Face = "Front" | |
| 66 | sweepdecal2.Texture = "rbxassetid://1814499405" | |
| 67 | end |