Hello!
Recently, I’ve been testing out some cool scripts I have been making and tried to run it on another game I don’t own. For extra context, the game was a script builder game, so I wasn’t exploiting it. But when I ran a script I made, the animations weren’t playing! It turns out that you can’t play animations on other games, except for when they are made by Roblox. Is it possible to play animations that I made on games owned by other people? Thank You!
TL;DR Can’t play animations in other games, need help!
Animations which are uploaded to a group can only be used by that group, for what I can see is that you didn’t make the animations which means you’re not able to reupload them to an other group.
i found a weird function that generates a hashid from a keyframesequence or something that can be used to play it as an animation, maybe ill try that if not protected?
That’s RegisterKeyframeSequence and it’s intended for animation testing. KeyframeSequences are the very animation data that are fetched when you load animations with an animation id, they aren’t alternatives. You can’t use the raw data though, has to be uploaded.
You strictly need to upload the KeyframeSequence of the animation to the same entity that owns the place in order to use it, be it group or profile. No exceptions.