Okay, so let me expand more on what the question really means, because it's not too clear.
I'm trying to do something like this:
humanoid:MoveTo(Vector3.new(0,0,0))
however the MoveTo method requires me to make the second argument a part when I don't actually have a part to make it.
How would I go about doing this?
The second part describes the tracking-motion of the green-circle walking method (which I'm not even sure remains as a control, I don't think it does).
So for normal purposes, any static (non-moving) part will work.
This includes, for instance, Instance.new("Part")
, or if you don't like that, just use the Baseplate or some other static part.
I think you can set the part to the torso.
Locked by Thewsomeguy, adark, and Articulating
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?