💀Crawl System
Here, you will learn how to use the crawl system!
To use the Crawling System, you need to assign the Crawl Animations on the previous page and press Apply again if you didn't before!!
To use the Crawling System, your zombie must have a ragdoll set up. And the Death Type should be Ragdoll, also make sure your Damage Method can't hit the "Ignore Raycast" layer. If you have any questions please ask for support. If you don't know how to set Ragdolls, check THIS link out!
Crawling System
Make sure you did the things above.
Now the Crawling System is ready to work, but to trigger crawling, one of the Legs of the animal should dismember. To do this please read the NEXT PAGE's crawling part!
Also, you can trigger the crawl system by code too! I recommend this if you want to manually enable crawling or if your ZOMBIE doesn't meet the DISMEMBER system requirements.
You can call it like:
//Random Class
public UniversalAIZombieSystem MyZombie;
public void GoCrawl()
{
MyZombie.CrawlState(); //And your zombie will play the fall animation and go
//to the crawl state!
}

Last updated
Was this helpful?