[ad_1]
Created by liammuwu
Features:
_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
_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!
[ad_2]