Hi, yeah so I’m just trying to figure out I have a non-human NPC monster that I’m trying to move within an area, randomly the random generation is fine, but the issue is when I try to move the humanoid with :MoveTo() It moves to the point just fine, but it doesn’t move it up, as in 3 dimensionally I need it to move to the exact point Is there a different way to go about having the creature move up/down/left/right rather then just left/right? Looked it up didn’t see much.
Basicially I just need a way to move a creature in any direction.