SUMMARY: Anim playing fine with my account, no errors. Anim not playing and giving errors with other developers account.
A ServerScript is using these lines to play the anim when the block of codes reaches:
local Animacao = script:WaitForChild("LimpandoLixo") -- animation ID is inside this Object
local Anim:AnimationTrack = Player.Character.Humanoid:LoadAnimation(Animacao)
Anim:Play()
ERROR: Failed to load animation with sanitized ID rbxassetid://17873459152
I’m testing in studio. The Experience is under the Group Ownership. Animation was published (and verified) under the Group not the personal roblox account.
Testing with my main roblox account the animation plays correctly!
With other account the errors start to appearing and the animation is not playing.
i noticed that the bug i mentioned in my post, in the real game (Roblox Client) this error its not present and the animation is playing correctly. So this bug only occurs in STUDIO.