Humanoid:MoveTo(Vector3 location, Part part)
seems pointless to have the part
parameter when the only thing anyone really cares about telling the humanoid to do is to walk to that point. The most common usage of this method has the location as the position of a character's Torso, and the part being that torso. If the wiki description "Causes the character of the humanoid to walk to the location" is 100% accurate then the second parameter is absolutely pointless and serves no function in the method at all - it may as well not even be referenced in the method's function itself. What's the point?
It is useless indeed. Probably it served some ancient function, but now there is no need for it. Gonna ask admins about removing it.