Im trying to make an NPC type thing where when you play it just plays as an idle animation on loop but for some reason mine wont play.
heres the stuff i did:
script:
what should be playing when i test it:
any help would be appreciated!
Im trying to make an NPC type thing where when you play it just plays as an idle animation on loop but for some reason mine wont play.
heres the stuff i did:
what should be playing when i test it:
any help would be appreciated!
Whatcha got for the scripting part?
(Nvm I just glazed over it) gimme a sec
Have you tried loading and playing the animation on the humanoid?
Youβre loading the animation onto the Animator inside AnimationController.
Use the actual AnimationController object.
local animator = workspace.FBXImportGeneric.AnimationController
Try adding a task.wait() before playing the animation.
Fixed it by re-animating the animation. I guess there was something wrong with it but once i re-animated it, it worked
Did you reanimate the animation in blender or Roblox?