Hello all. I’ve been having an issue where attempting to load group-owned animations are throwing the following error:
“Failed to load animation with sanitized ID (rbxassetid): Animation failed to load, assetId: (assetdelivery.roblox.com/v1/asset?id=(assetid))”
My code:
--//Rig Animations
local PlrRig=CharacterViewport.WorldModel.R6
local PlrRigAnims=PlrRig.Anims
local RigAnims={
InteractWave1=PlrRig:FindFirstChild("Humanoid").Animator:LoadAnimation(PlrRigAnims.InteractWave1),
}
It’s important to note that everything works perfectly if I load an animation owned by me.
My role in the group has full permissions, game-related or not. The animation is published under the same group as the game.
I’ve done a bit of searching, and the most relevant post would be this post. However, it doesn’t really give me a proper solution and it’s two years old.