Why does my animation not work anymore?

  1. What do you want to achieve? Keep it simple and clear!

i wanna make that the dummy*s play looped in game

  1. What is the issue? Include screenshots / videos if possible!

  2. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

i have tryed to put on r15 and r6 back
and it dint work when i published the game after that i think

the script:

local animation = script:WaitForChild('walk')
	local humanoid = script.Parent:WaitForChild('Humanoid')
	local idle = humanoid:LoadAnimation(animation)
	idle:play()
	idle.Looped = true
2 Likes

Can I see your output? Also try loading animations with the Animator inside Humanoid, basically works the same.

this is the only think i found that could be possible for the script not working
(btw im not a scripter)


the tip you gave me dint also work(hhave tryed it before)
image

If I see it like this it looks like your script is being moved to the Workspace. Please confirm this by hitting the play button and looking in the explorer.

1 Like

no it doesn’t show thats the script is being moved or changing places when playing

You have multiple scripts, are you sure these aren’t moved or something? Is the script inside that script? It says you are searching for a humanoid in the workspace

the only other script is from this model