#Dummy chases you in a maze
1 messages · Page 1 of 1 (latest)
this is probably the best you can get without actively trying.
You could try to implement this vis mod to show the waypoints and make sure it doesn't go straight thru the wall https://devforum.roblox.com/t/pathfinding-npc-tries-walking-into-walls/2938430
Developer Forum | Roblox
i’ve created a script that uses PathfindingService. big deal. however, i’ve run into a glaring issue. whenever (and i mean, without fail!) i try telling an npc to move along a path that is generated by the PathfindingService, it always tries to ram itself headfirst into the nearest wall. i’ve been stuck trying to figure this out for the p...