TaskPlayAnim not working

RequestAnimDict("idle_a")
while (not HasAnimDictLoaded("idle_a")) do Citizen.Wait(0) end
TaskPlayAnim(basePlayer,"amb@world_human_golf_player@male@idle_a","idle_a",1.0,-1.0, -1, 1, 1, true, true, true)
RequestAnimDict("iron_idle_a")
while (not HasAnimDictLoaded("iron_idle_a")) do Citizen.Wait(0) end
TaskPlayAnim(ped,"mini@golfai","iron_idle_a",1.0,-1.0, -1, 1, 1, true, true, true)

So leave the amb@wrld where it’s at. And also put it where the first two idles are. Then replace the first two iron idles with the mini@golf. Also leave the last mini@ where it is.

Also I’m sorry, I’m on mobile right now. I can totally explain better when i get home from work.

For now you can take a look at mine and use it for reference if youd like.

1 Like