Dummy Animation not Working

You can write your topic however you want, but you need to answer these questions:

  1. For my dummy to have a looped animation Keep it simple and clear!

  2. The dummy wont play the animation Include screenshots / videos if possible!

  3. Looked on YT and other devforums Did you look for solutions on the Developer Hub?

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

local Anim = script:WaitForChild("Running_Animation")
local humanoid = script.Parent:WaitForChild("Humanoid")
local Run = humanoid:LoadAnimation(Anim)
Run:Play()
Run.Looped = true

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

Use Humanoid.Animator. We don’t load animations on the humanoid anymore

2 Likes