Hello! I am making a game where a monster (npc) goes in the front direction.
I tried using MoveTo, the NPC somehow climbs on the roof of the building so the NPC won’t stay inside, when I used Vector3, only HumanoidRootPart moved, nothing else, not a single foot, arm… Also, I don’t want to use pathfinding, it would not work since there are barricades for players only but the NPC counts it as a barricade for NPC too, canCollide for the NPC is set to false.
Thanks for help!