Back to Improved Footsteps

NPCs

This footstep system supports NPCs!

Inside the FootstepsConfig.luau file you'll see a configuration named NPC_TAG. This tag is automatically listened to by the footstep system.

Simply locate the NPC model you want to give footsteps to, and give it the same tag listed within the FootstepsConfig.luau file.

Secondly you'll want to give that same model a string attribute named FootstepType. This will tell the footstep system what kind of footsteps you want to give the character. The value will either be "Marker" or "Static".

Finish

If you've done it correctly, your character should have these tags and attributes: Example