Animation "Sanitized ID" error for everyone but the animation owner despite animation and game owner coinciding

  1. What do you want to achieve? Keep it simple and clear!
    I am trying to get an animation to play on the client, the animation is being loaded and played from a LocalScript.

  2. What is the issue? Include screenshots / videos if possible!
    The animation will not play if you are not the owner of the animation, giving a “Sanitized ID” error, this happens even when the animation and game owner coincide, the only person capable of getting the animation to play is their owner.

  3. What solutions have you tried so far? Did you look for solutions on the Creator Hub?
    I looked for solutions on Creator Hub and didn’t find any.

Is there some kind of limitation for loading animations from the client that I am not aware of?

if its in a group game the animation should be uploaded with the group as the owner

It isn’t, the animation owner and game owner can coincide and it still won’t play for other people.

according to this thread nobody really knows how to fix it and it might be a roblox issue

try enabling ClientAnimatorThrottling in workspace
try reuploading animations
try changing the ids from rbxassetid:// to https://www.roblox.com/asset/?id=
make sure the humanoid has an animator
if youre using moon animator then make sure youre not accidentally uploading a string value

1 Like

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