Having issue loading animation in

I just made my own custom character in Roblox Studio. But I’ve run into a bit of a problem. I want the character to play an animation I made exclusively for it, but whenever I try to load in the animation I get a little issue.
image
image

i cant see the image, can you type out the error for me or whtv the issue is please :sob:

oh im so sorry


image

1 Like

its

local walkAnimTrack = humanoid:LoadAnimation(walkAnim)

(im like 97% sure, but lmk if im wrong tho lol

nope it still says the same error

can i see what script.Parent is

image

walkAnim needs to be a reference to an animation object, as the error states.

1 Like

make sure theres an AnimationController and an Animator inside the humanoid, and then load the animation to the humanoid.
Also make sure that your animation object has the AnimationID set correctly.