bloxrox28
#59375764Saturday, December 10, 2011 11:32 PM GMT

Zombies need chase scripts to be able to follow you and health scripts so you can kill them and they wont die right away... also add a killing/lava script so when it touches you it kills you. I suggest getting one from the catalog and copying the scripts into your own zombie unless you just want to keep the zombie you get.
jameys127
#59725826Sunday, December 18, 2011 2:13 AM GMT

hobo the reason i think is that some ppls isnt working is because they need spaces in some of them. RESPAWN _______________________ name="Humanoida" robo=script.Parent:clone() while true do wait(1) if script.Parent.Humanoid.Health<1 then robot=robo:clone() robot.Parent=script.Parent.Parent robot:makeJoints() script.Parent:remove() end end FOLLOW __________________________ local larm = script.Parent:FindFirstChild("Left Arm") local rarm = script.Parent:FindFirstChild("Right Arm") function findNearestTorso(pos) local list = game.Workspace:children() local torso = nil local dist = 200000000000 local temp = nil local human = nil local temp2 = nil for x = 1, #list do temp2 = list[x] if (temp2.className == "Model") and (temp2 ~= script.Parent) then temp = temp2:findFirstChild("Torso") human = temp2:findFirstChild("Humanoid") Friend = temp2:findFirstChild("Friend") if (temp ~= nil) and (human ~= nil) and (human.Health > 0) and (Friend == nil) or (temp ~= nil) and (human ~= nil) and (human.Health > 0) and (Friend.Value ~= script.Parent.Friend.Value) then if (temp.Position - pos).magnitude < dist then torso = temp dist = (temp.Position - pos).magnitude end end end end return torso end while true do wait(0.1) local target = findNearestTorso(script.Parent.Torso.Position) if target ~= nil then script.Parent.Humanoida:MoveTo(target.Position, target) end end HURT/KILL i think this is how it is __________________________ function onTouched(hit) local humanoid = hit.Parent:findFirstChild("Humanoid") if (humanoid ~= nil) then humanoid.Health = humanoid.Health - 10 end end script.Parent.Touched:connect(onTouched) im not sure about the health regeneration
jameys127
#59725911Sunday, December 18, 2011 2:15 AM GMT

wait it doesnt let spaces weird
purpleguy98
#62477897Monday, February 06, 2012 12:22 AM GMT

If you just added the scripts, copy, then cut. Paste into the terrain and it should 'refresh' the scripts.
digemonboy
#63129795Sunday, February 19, 2012 9:48 PM GMT

what did you say hobo?
FrostyFudge15
#65045835Tuesday, March 27, 2012 2:50 PM GMT

... I tried making a zombie (before reading this) and don't you need to add something like a motor named left hip or right arm or something and put it into the torso?
footballfreak1122
#66048973Wednesday, April 11, 2012 2:56 AM GMT

Mine wont move :P
footballfreak1122
#66049327Wednesday, April 11, 2012 3:00 AM GMT

Someone help mine wont move
footballfreak1122
#66049544Wednesday, April 11, 2012 3:03 AM GMT

And won't respawn......I need someone to tell me what parts to put the scrpits in.
mattc401
#75711897Thursday, August 16, 2012 2:06 AM GMT

help i dont konw what to do to make a zombie.
sportgod89
#75904616Saturday, August 18, 2012 3:09 AM GMT

is there a easyer way to make zombies
judesmegabomb
#79483391Friday, October 05, 2012 6:18 PM GMT

tell me like: a simple way to make zombies for your place
zacmac1997
#79522959Saturday, October 06, 2012 2:51 AM GMT

Very informitave.
tastefulbobo
#79707940Monday, October 08, 2012 2:37 PM GMT

how can u tweak the walkspeed in the follow script? PM me when u get the chance.
sethkirk101
#82384389Monday, November 19, 2012 2:13 AM GMT

ho do i make a zombie on roblox i do not now how
domonic4444
#89650666Monday, February 18, 2013 8:50 PM GMT

:P u make a zombie...
ahmad526
#91620542Tuesday, March 12, 2013 6:42 PM GMT

ahmad
tastefulbobo
#93501388Monday, April 01, 2013 2:34 PM GMT

i think i know what you did wrong. you probably had your zombie attached to the ground.
tastefulbobo
#93501825Monday, April 01, 2013 2:40 PM GMT

Dude its probably attached to the ground.
tastefulbobo
#93501957Monday, April 01, 2013 2:42 PM GMT

There is no "simple" way. all of them either involve you getting a free model, or scripting it yourself.
ASSASINATION2013
#93593797Tuesday, April 02, 2013 3:23 AM GMT

how to connect arm and leg to torso?
naosewell
#94022682Saturday, April 06, 2013 11:34 AM GMT

1 .you need to get four bricks 2. put two bricks on the floor making them stand up strate 3. then get one brick and put it on the legs 4. then get two bricks and put it on the sides of the belley 5. then just put a head on the zombie and turn it green buy clicking on your zombie you click at a person then the zombie will chase them
tipolotipolo
#99760438Sunday, June 02, 2013 1:45 PM GMT

do not anchor your zombie parts too or il will stand still
10addisonm10
#110934632Saturday, August 24, 2013 7:07 PM GMT

thats stupid
jmerusti
#110937104Saturday, August 24, 2013 7:29 PM GMT

Zombie out of parts, or an actually moving zombie?