R6 NPC Animations Issue

  1. What do you want to achieve?
    An NPC with the same R6 animations as a player.

  2. What is the issue?
    I just can’t figure out how to do it. I have had multiple attempts but none worked.

  3. What solutions have you tried so far?
    I have and I found nothing.

I don’t have any of the code anymore. My main ideas were to use humanoid:ChangeState() but it didn’t work (even when I copied over Roblox’s animation script).

Copy the default ROBLOX player animation script from a local script to a Normal Script. I’m assuming your using the animations for AI right?

Yes. It is a simple pathfinding AI that follows a certain player.

Ai Animations are usually put in a normal script

Example:

image

While Players Use Local Scripts

Example:
image

OMG. Thank you! Now it finally works. Now he kind of isn’t just moving.

Is it like Glitching or Stuttering?

There isn’t anything wrong with your solution. I was talking about before. Before this, he just dragged his feet lol.

1 Like