I am currently making a first person shooter, and I am wondering whether it is important to preload animations (in any way, such as when you load into the game or even when your arsenal of guns updates).
Should I preload animations, and if so, when? Currently, I just load an animation when it needs to be played and cache the AnimationTrack object given from the :LoadAnimation() function of the humanoid.