How to get unaccessed AnimationTrack from name?

I’m trying to stop an animation track that I don’t have a variable of. I know I can use Animator:GetPlayingAnimationTracks(), but it organizes the array as a dictionary, and the index is the position in the array and not the name of the animation track. Sorry if this is hard to understand, I don’t know other ways to word it.

1 Like