i just wanna know the answer… cuz i always use humanoid not animator
depreciated
slower (i think)
calling humanoid:LoadAnimation() asks the animator to load the animation anyways
ok but which one is slower?? animator?
the one that’s deprecated should not be used
i didn’t even know humanoid:LoadAnimation was a thing
humanoid:LoadAnimation() does work though
i just played an anim with both humanoid and animator no difference
it is no longer supported by roblox, so if it breaks in the future, you’re gonna have to replace all those humanoid:LoadAnimation
s with animator:LoadAnimation
s
it probably wont unless roblox engineers try and change stuff related to humanoids and animators
but that system is so goddamm complex already that theyve probably pushed that to the bottom of the to-do list
still bad practise, would not use it if i were u