NPC r15 animations for walking and jumping?

So I have 2 npcs, which are both r15, and I need walking animations for when I use MoveTo() on them. I tried some different animation scripts I found in the toolbox, for the sake of saving time, but they don’t seem to work since they are r6. Is there an r15 animation script that would work for the npc to walk normally?

2 Likes

Try doing humanoid:MoveTo(walkToPointWhichIsAVector, walkToPart). This should work.

I already have the MoveTo part, but I need animations, but don’t know how I would incorporate them.

While I can’t help you find an animation, I can help you change the animation.

Assuming your NPC has the Animate local script you can change the walk animation by accessing this:

If you need the “Animate” local script; you can find it inside a normal player when you press play in studio and clone it from your player (character inside workspace).

1 Like

My npc does not have that local script inside it. Where would I get it?

1 Like

Reread my post, I edited it. If you need anymore information let me know.

I did that, but it didn’t seem to work. The npc still just floats to where it needs to go

I also have found this animated R15 NPC, I’ve uploaded it to Roblox as a sample you can use; R15 Animated NPC - Roblox

This NPC is fully working, animation wise as well, here is an example GIF of me pushing it around in studio.
https://gyazo.com/8b3afbf67cdef3ff4a04087e048372c0.gif

You can change it’s walking animation by changing the “RunAnim” that is used:

7 Likes