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

How would I replace the walking animation in an npc?

Asked by 9 years ago

I don't know how to play animations, i know how to make them though, how would i make it so that instead of doing the regular walking, the npc does a walking animation that i want it to do?

1 answer

Log in to vote
-1
Answered by
Hero_ic 502 Moderation Voter
9 years ago

inside of the model put this script which will change the walking animation assuming you have animate in the model.

local npc = script.Parent
npc.Animate.walk.WalkAnim.AnimationId = "rbxassetid://YOUR ID NUMBERS HERE"

that is seriously it ^^

if this helped please accept! ~KIHeros

Ad

Answer this question