Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make a npc move in a game?

Asked by 5 years ago

I have made an animation,and i can't figure out how to make a npc do the animation,i tried to put the animation into the npc but when i start the game it stands still.Can anyone help me?

0
You need to play the NPC animation. Look it up man, there's probably a video on the whole process. KingLoneCat 2642 — 5y
0
Get the animate script. Then you wanna do [NPC Name].Humanoid:MoveTo(destination.Position) or https://developer.roblox.com/articles/Pathfinding or https://developer.roblox.com/articles/Moving-NPCs-Between-Points MahadTheIronSword 98 — 5y
0
does your npc have an animation script? Rdumb1 4 — 5y
0
and set your walking animation priority to movement while creating the animation, then copy and paste the id of it and change the original walking animation id (made by roblox) in the animation script, then get this intelligence script for the npc: https://www.roblox.com/library/244480077/Intelligence-Script Rdumb1 4 — 5y
0
use MoveTo() natonator63 29 — 5y

1 answer

Log in to vote
0
Answered by
Rdumb1 4
5 years ago

and set your walking animation priority to movement while creating the animation, then copy and paste the id of it and change the original walking animation id (made by roblox) in the animation script, then get this intelligence script for the npc: https://www.roblox.com/library/244480077/Intelligence-Script

0
NEVER recommend a free model. NPC moving is actually easy. DeceptiveCaster 3761 — 5y
Ad

Answer this question