How can I play my animations in other games?

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!

1 Like

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.

So no it isn’t possible to do that.

1 Like

I meant in other games in general, not groups. Is it impossible then??

Well, no but if you got the file of the animation you could upload it for your own.

(Get permission from the owner first tho.)

aww dang, do you think keyframesequences can be an alternative???

Maybe, I guess no as roblox doesn’t know that you got permission from the owner. (I’m not fully sure about this one tho.)

1 Like

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?

1 Like

I’d watch out with that, it’s prob a feature made by roblox if you’re able to do so but again, I’m not fully sure about this.

1 Like

ok, well thanks dude for trying to help :slight_smile:

2 Likes

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.

Dang, that really stinks. Looks like I’m gonna have to try CFrame Animations!

1 Like