Apocalypse Rising 2 Script | ANTI ZOMIBE, FREEZE & TELEPORT ZOMBIES

Created by liammuwu

Features:

  • FREEZE ZOMBIES
_G.anti_zombie = true
while _G.anti_zombie do
   for _, obj in next, workspace.Zombies.Mobs:GetChildren() do
       if isnetworkowner(obj.HumanoidRootPart) then
           obj.HumanoidRootPart.Anchored = true
       end
   end
  task.wait()
end
  • TELEPORT ZOMBIES
_G.anti_zombie = true
while _G.anti_zombie do
   for _, obj in next, workspace.Zombies.Mobs:GetChildren() do
       if isnetworkowner(obj.HumanoidRootPart) then
           obj.HumanoidRootPart.CFrame = CFrame.new(0,0,0)
       end
   end
  task.wait()
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS