So I was working on my new RPG game and I noticed that my animations only worked in studio and not in the game itself, I can supply videos if needed if someone can help me thank you.
Perhaps make sure the AnimationPriority
of the animation is set to Action
?
Where do I do that? Is it in the animations?
In the Animaion editor, there will be an icon with 3 dots (...
). Click on that, then go to the bottom where it says “Set Animation Priority”, and click “Action”.
I did that, reuploaded each animation still nothing
Try adding print statements around where the animation starts playing and in a function binded to the AnimationTrack.Stopped
event. Then when you go in game, open up the dev console (F9
) and check whether they print.
Is it a group game? If it is, and you exported it to your creations, export the animations to the group creations.
If the game is under a group its possible the animations are uploaded to a developer’s account meaning you’ll have to reupload them to the group.