How do i fix sanitized ID?

Hi i wanted to ask how could i fix the sanitized ID error problem, I have a script:

local Animation = script.Parent.Parent.AnimationController.Animator:LoadAnimation(script.Parent)

Animation:Play()

This is a model without a humanoid thats why i am using animationcontroler, First i know the normal fix would be changing the animation to be my group, The only thing is my game is set to creator “me” aswell as the animation, I made the animation its self and uploaded it my self so idk what it wants

The issue probably occurs due to things like ownership.
When using a private AnimationID that isn’t owned by you, it can often cause that due to security reasons.
To possibly fix this, you can probably manually upload that Animation and copy it’s AnimationID.