[SOLVED] How do I turn an animation into a different format?

Recently, I found an uncopylocked game and I wanted to use some of its animation. However, I believe Roblox has a feature where you can’t use someone else’s. Not only is that but the animation was in a position where I can’t save it onto Roblox as my own.

So basically my question is:

How do I get from this:
Screen Shot 2021-07-21 at 10.44.20 PM

To this:

When you select the animation, (Animation1 or Animation2 in your scenario), in the properties there should be an id.
Go to:
https://assetdelivery.roblox.com/v1/asset/?id=[put your id here]

For example if your id was 12345678 then the link would be https://assetdelivery.roblox.com/v1/asset/?id=12345678

This should download a .rbxm file and you can drag and drop it or insert it into studio and it should appear in the format of the second image.

1 Like

So I tried it and it doesn’t work. Instead of downloading it into a .rbxm file, it turns into a file which triggers my computer to open Text Editor instead of opening Roblox Studio

Oh, instead of opening it WITH studio, try dragging and dropping into studio or right click on the explorer and hit ‘Insert from file’

1 Like

That still doesn’t work. Can I add you on Discord and we can chat there or send me a video with all the possible solution?

Oh sorry, I just re-checked and tried it myself. Add the extension .rbxm after the file and you should be able to insert it.

1 Like

OMG! It finally works! Thank you so much!