devHoodie
|
  |
| Joined: 04 Nov 2008 |
| Total Posts: 30332 |
|
|
| 21 Mar 2015 10:28 AM |
Better than all the zombies out there today. (i'm serious) ---------------------------- http://www.roblox.com/Zombie-PATHFINDING-TONS-OF-OPTIONS-item?id=228401681 ---------------------------- All the options zombiename = "Zombie" -- the zombie's name dist = 50 -- the distance the player has to be for zombie to follow walkspeed = 14 -- change this to the zombie speed (16 is default roblox character speed) zombiemaxhealth = 100-- change this to zombie health (100 is default roblox character max health) zombiescratch = false -- change this to true if you want the player to be hurt by zombie hands scratchdamage = 2 -- this is the damage every time the zombie is touched. (recommended to keep this low) bites = false -- change this to true if you want the zombie to bite players initialbite = 15 -- this is how much will be dealt damage when the bite occurs bitedamage = 2 -- this is how much the player will be hurt by biteseconds = 1 -- this is the time(in intervals) for the the player to be hurt when bit zombify = false -- change to true if you want the player to turn into a zombie as he dies after being bit respawn = false -- change to true if you want your zombie to respawn regenhealth = false -- change to true if you want your zombie to slowly regenerate health healthamount = 5 -- change to how much you want the zombie to regenerate by regentime - time in seconds for the zombie to regenerate spawnname = "Zombie Spawns" - Model all your zombie spawns together. This is the name of the model. respawntime = 5 - time it takes for the zombie to respawn(recommended to be kept at 5 or higher) pathfinding = false - change this to true if you want the zombie to be smart in finding the playing, so it doesn't get stuck on walls
-- Former AKA : luis15232 |
|
|
| Report Abuse |
|
|
devHoodie
|
  |
| Joined: 04 Nov 2008 |
| Total Posts: 30332 |
|
|
| 21 Mar 2015 10:33 AM |
imma cry i guess no one cares D; -- Former AKA : luis15232 |
|
|
| Report Abuse |
|
|
dadusu123
|
  |
| Joined: 06 May 2012 |
| Total Posts: 2530 |
|
| |
|
|
| 21 Mar 2015 11:08 AM |
| needs recognition for spending time in scripting |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2015 11:09 AM |
looks like it has tons of stuff with it though im curious as to what those 3 bricks are on the floor |
|
|
| Report Abuse |
|
|
|
| 21 Mar 2015 11:10 AM |
| Probably anchor points to where the zombie can go or not |
|
|
| Report Abuse |
|
|