💀Crawl System
Here, you will learn how to use the crawl system!
Crawling System
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?