I’m still getting this issue.
Still occurring for me. Trying to play an idle animation from a Roblox animation bundle on an NPC.
Failed to load animation - sanitized ID: rbxassetid://837011741
Strange, I have this issue when I test my animation on studio, It works just fine, but when I test my animation in-game, It just shows the error Failed to load Animation - sanitized ID
.
The bug in the original post seems to be that the asset ID displayed in the error message doesn’t exist in the game - this issue should now be fixed.
This error message as a whole is a new one we added a few weeks ago, whereas in the past, users often wouldn’t have any indication when animations failed to load. If you believe that another recent change on our part has been causing animations to fail to load more often, could you file a separate report? Thank you!
Thanks, what does sanitized ID mean? I think this adds to confusion. What has been sanitized? What does that mean? How does a sanitized ID differ from a ‘normal’ animation ID?
The asset ID is “cleaned up” right before the error message is logged to be more readable and to prevent any sensitive information from accidentally being shown. In most cases, the sanitized ID should be the same as the asset ID. If the asset ID was invalid, an error message may be shown instead or invalid characters may be removed. Sorry for the lack of clarity on this part
Going to give this a try to see if it’s fixed on my part
rbxassetid://0
does look strange. Would you happen to have a place file or code snippet to reproduce this on? I’d appreciate if you could upload one or send through private message. Thanks!
same here
Pretty sure this isnt a bug anymore. It used to show you just “Failed to load animation”, which wasnt very helpful, and now its replaced with that error message so you know which animation isnt loading.
that doesn’t really explain why the animation isn’t loading though
Yeah I’m experiencing the same issue.
When I put just a number of animationId into the field in properties it transforms to rbxassetid://11444443576 which leads to “Failed to load Animation - sanitized ID” error. But after I manually change the ID to http://www.roblox.com/asset/?id=xxx it starts working.
My bad, this solution doesn’t work with animations from marketplace. For this reason, you need to download animation into the Studio and take actual animation id.
Execute this script in the studio:
local assetId = 5917570207
local InsertService = game:GetService("InsertService")
local model = InsertService:LoadAsset(assetId)
model.Parent = workspace
Still experiencing issues in my game where animations fail to load. Lots of mechanics in my game rely on the KeyframeReached event, which can’t fire if you don’t load the animation for me. Any news on this problem??
Has this Issue been fix for anyone, because I am still experiencing the same thing where the animations fail to load. This is a major Issue for me as my game mostly depends on animations, for it to look good.
not working. i keep getting " Asset is not trusted for this place "
I started to create new animations today but cannot see them in “My Inventory” under “Animations”.
This issue started happening today, last week I could create animations just fine.
No matter what animation I attempt to publish to Roblox, it’s not being created which I’m assuming is causing the “Failed to load animation - sanitized ID” error for me.
Examples -
fire_buff_ability_1 being uploaded twice.
No fire_buff_ability_1 being displayed here.
Is this happening to anyone else?
I don’t want to be rude but, please fix it fast.
I have some issues, when i upload my animation to my inventory, it don’t show in “My Animations” tab. but if i lookup in the Dashboard website it show up. but after i copy the ID link, the animation don’t even load.
It exists but… it don’t load? It would nice if any Roblox Staff reply about this issue. i can’t really develop easy.