Need help making a npc run

How do I make it so a npcs anim changes when it spots you? like walkspeed and animation, it goes a little faster and does a chase animation.

Add a animation track and use :LoadAnimation(Track) and :Play() it when it sees you. To change WalkSpeed do NPC.Humanoid.WalkSpeed = 69

1 Like

Thanks, I think I can figure this out