KeyframeSequenceProvider:GetAnimations() doesn't work

This looks like it should be giving me a list of a user’s animations but every time I try to use it I get this error:

App:JSONHttpHelper had an issue because Not Found

It would be cool if this could be fixed, it would be really useful for something I’m working on.

This is still an issue.

11:14:31.508 - httpGet https://api.roblox.com/ownership/assets?page=1&userID=4812582&assetTypeId=24 failed. Trying again. Error: HTTP 404 (Not Found). Elapsed time: 0.633369 11:14:31.677 - App:JSONHttpHelper had an issue because HTTP 404 (Not Found)

My understanding is that the web API for this method has never been created due to performance concerns, so this method will never function.

That makes me sad :frowning:

I was hoping to include a way to browse and import the animations in your inventory through my plugin. I don’t think there’s any other way of getting a user’s assets.

Create your own web API to do it?

As someone with no web development experience, no. That’s way outside the scope of my project.