Animations not getting removed from animator


Animations are not getting removed from the animator, so new animations can’t be played. I don’t know why this is happening and I tried to make a script that deletes animations after to some time but I think I did it wrong.

If they’re being loaded through the humanoid instance you’ll have to delete those instead.

humanoid:GetPlayingAnimationTracks()

1 Like