Mrdmlxo
(Mrdmlxo)
January 29, 2024, 7:48pm
#1
m working in other’s game but their animation not loaded in stuido
I joined their group and got team create also but didnt work
ex)
Failed to load animation - sanitized ID: rbxassetid://15729849777
There’re many animations but everything not worked with that error.
But those animations of dummy showing well, only animations in character not
What should I do?
3 Likes
NLU4K
(サターン)
January 29, 2024, 8:46pm
#2
It’s because the group needs to upload the animation.
2 Likes
Mrdmlxo
(Mrdmlxo)
January 29, 2024, 9:52pm
#3
Failed to load animation - sanitized ID: rbxassetid://16164866387
I brought it to studio but not worked. Should I get this in upper link? but it not for sale for 0 robux
2 Likes
NLU4K
(サターン)
January 29, 2024, 10:48pm
#4
Could you show me the code that you are using to load the animation?
1 Like
Mrdmlxo
(Mrdmlxo)
January 30, 2024, 1:37am
#5
local animation = Instance.new("Animation")
animation.AnimationId = "http://www.roblox.com/Asset?ID=15899920040"
local YourAnimationTrack = CurrentPlayer:FindFirstChild("Humanoid").Animator:LoadAnimation(animation)
YourAnimationTrack.Priority = Enum.AnimationPriority.Action
YourAnimationTrack:Play()
YourAnimationTrack:AdjustSpeed(0)
NLU4K
(サターン)
January 30, 2024, 8:21am
#6
“http://www.roblox.com/Asset?ID=15899920040 ” should be ‘‘rbxassetid://15899920040’’
(sorry it took so long to reply, I was sleeping)
Mrdmlxo
(Mrdmlxo)
January 30, 2024, 8:46am
#7
animation.AnimationId = "rbxassetid://15899920040"
Failed to load animation - sanitized ID: rbxassetid://15899920040 (x2)
It showing same error too
But in game, two types of script all working well strangely
NLU4K
(サターン)
January 30, 2024, 8:48am
#8
Who uploaded the animation?
(30 letter limitaaaaaaaa)
Mrdmlxo
(Mrdmlxo)
January 30, 2024, 9:32am
#9
Personally updated by the game’s owner (not me)
But I tested both someone and group as owner
then they all showed same error
NLU4K
(サターン)
January 30, 2024, 10:03am
#10
This is strange; the code looks fine. You have permissions to the animation, so I am trying to figure out whats going on.
Ask the owner if the animation uploaded to the group works for him.
Mrdmlxo
(Mrdmlxo)
January 31, 2024, 6:28pm
#11
Anyone knows this situation? I still need help
Did you fix it? Cuz i got the same error
1 Like
Mrdmlxo
(Mrdmlxo)
March 5, 2024, 3:37pm
#13
I couldnt get any solution. well Let’s open it again
pls help anyone knows how to solve this bug
1 Like