-- Loadstring: loadstring(game:HttpGet('https://pastebin.com/raw/0GUbHyeH'))() _G.idle1 = "3489171152" _G.idle2 = "3489171152" --idk _G.walk = "3489174223" _G.run = "3489173414" _G.jump = "616161997" _G.climb = "616156119" _G.fall = "616157476" loadstring(game:HttpGet("https://pastebin.com/raw/E6uL974H"))() wait(1.5) local AttackTool = Instance.new("Tool") _G.PlayAnim = function(id, time, speed) local Players = game:GetService("Players") local plr = Players.LocalPlayer -- i used these scripts from System Broken so dont hate pls im still learning lua scripting on solo pcall(function() plr.Character.Animate.Disabled = false local hum = plr.Character.Humanoid local animtrack = hum:GetPlayingAnimationTracks() for i, track in pairs(animtrack) do track:Stop() end plr.Character.Animate.Disabled = true local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..id local loadanim = hum:LoadAnimation(Anim) loadanim:Play() loadanim.TimePosition = time loadanim:AdjustSpeed(speed) loadanim.Stopped:Connect(function() plr.Character.Animate.Disabled = false end) end) end AttackTool.Name = "Attack" AttackTool.RequiresHandle = false AttackTool.Activated:Connect(function() -- PlayAnim(id, time, speed) _G.PlayAnim(3489169607, 0, 0.9) --default (0, 1, 1), also 3489169607 that anim gives like zombie attack anim. local Char = game.Players.LocalPlayer.Character local Hum = Char:FindFirstChildOfClass("Humanoid") or Char:FindFirstChildOfClass("AnimationController") wait(1) for i, v in next, Hum:GetPlayingAnimationTracks() do v:Stop() end end) AttackTool.Parent = game.Players.LocalPlayer.Backpack wait(1.0) print("FE Zombie 🧟‍♂️ Loaded :3") print("enjoy to trolling peoples maybe scaring kids 😈") print("🧟‍♂️ Rawrr i'm zombie from Half-Life 2! 🧟‍♂️")