Animation not working

I need help with my animation I have tried everything and it is not working, tried setting the animation priority, my code seems to work. I made the animation can someone help me?

Send the code here, I’ll take a look

Ok, give me a few minutes. I need to do something.

Are you trying to make a player animation or?

Okay yeah, sure. Take you’re time.

Please include detailed information about your circumstances right when posting the thread. Pictures, videos, actual code snippets or a detailed overview of your animation would help in solving this problem. This removes the need of people having to ask many questions to figure out what you’re doing. Additionally, Art Design Support is for animation help if the code isn’t the problem.

More information is available in the category guidelines.

It is an animation for an npc. It does not work here is my code
This is the link to my animation. Priority is as an action.
https://www.roblox.com/library/5693463838/Practice-Animation
local animation = script:WaitForChild(‘Animation’)

local humanoid = script.Parent:WaitForChild(‘Humanoid’)

local dance = humanoid:LoadAnimation(animation)

dance:Play()
I put the animation inside of the script.

Maybe roblox animations are broke? Cause mine isn’t working either.

Are you sure you made the animation? If you did not make the animation, the animation will not play.

Yeah It’s under his account, I tested my script also, and it didn’t work with my animation either.

What character are you trying to add the animation on?

R15 or R6?

R6 I think, I am using the rig plugin builder.

@jumbopushpop112 the animation will not work on R6 characters, it only works on R15 characters.