Sanitized animation that my friend for a made a game

Hey! Me and my friend @mateusgon2010 we are developers for a game that is on development state.
I’m the scripter, he is the animator and @Guifofo1414 is a owner and builder.

I’m doing a punch and diagonal dash system my friend made the animations for it, but when i try to load the animation it says: Failed to load animation - sanitized id. I know that is a protection for not copying other people animations. There is some way that i can use his animation?

I don’t know if i can publish the same animation that he published or there is a way to give me permission to use the animation.

Here is the code that i’m using to load the animation:

local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/asset/?id=15939009229"
local animationTrack = animator:LoadAnimation(animation)
animationTrack:Play()

Here is the animations id:

Dash front - 15938993207
Dash left - 15938982197
Dash right - 15939000875
Dash back - 15939009229
Punch - 15938946648

Anyways,
Thank you!
-rafa0874, and all the game developers.

I got encouraged and published the same animations in a group. :pray:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.