Rezault
(Rez)
July 23, 2019, 1:52pm
#1
Hello, developers.
I have a group animation that fails to load for some reason?
local char = script.Parent.Parent
local anim = char.Humanoid:LoadAnimation(script.Parent.Animation)
wait()
anim:Play()
There are no errors, it just doesn’t load.
Any help is appreciated.
H_mzah
(H_mzah)
July 23, 2019, 1:57pm
#2
I see you’ve mentioned that the animation is a Group animation, however do you have edit access to that groups assets? Also have you made sure that you are using the correct animation asset ID?
Rezault
(Rez)
July 23, 2019, 1:59pm
#3
Yes. I have access to the group’s assets and the game is a group game. It is also the correct ID.
Rezault
(Rez)
July 23, 2019, 2:18pm
#4
Just realized why it doesn’t work, the animation was on Core and not on Action.