Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Animation fails to load if you are in the real game?

Asked by 6 years ago

So I have a game where you animate your arms. Filtering Enabled is true. The animation works fine on the studio but not on the server. On the real game it says "Failed to load animation" and then the id and so. Any help on how to fix?

1
You cannot use other people's animation. SebbyTheGODKid 198 — 6y
0
Sebby is correct, but if it is your own I would suggest preloading the asset's ID before attempting to load the animation. Legoman654 100 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

There are really only one of two things that could be going on here:

1 - You are attempting to use some else's animation. Yeah.. this just doesn't work.

2- You own the animation but your script can't find the animation when it's told to. This means you have to preload the ID of the animation before actually loading it. For more help on this I'll send you here.

Ad

Answer this question