Yesterday, every animation that I tried to use suddenly just didn’t load, and I got this error that always appeared in the output.
Every animation is uploaded to a group, and for some reason it just doesn’t seem to load properly. The strangest part is that this has NEVER happened previously, so it’ll be nice for someone to give me some advice on what to do.
The game is under the group, but animations before that were set to private were working correctly.
local AnimationTrack = TrackFolder[Name] :: AnimationTrack?
if (not AnimationTrack) and Animator and Animation then
AnimationTrack = Animator:LoadAnimation(Animation)
LoadedAnimations[RegisteredToonType][Name] = AnimationTrack
end
It might be an uploading issue, but I’m not too sure.