Hello, I am a builder at heart so please forgive me if this is a simple question. Anyways I’m curious on how Maze Monsters work. You know the classic Monster in the Maze from horror games. Particularly how they walk through the maze. My main question I guess would be do they only need one node or do they need multiple, and how does it work for each. Thank you!
1 Like
They would mainly use Roblox’s Pathfinding service:
1 Like
They could use a variety of methods,
Such as…
pathfinding, raycasting + other stuff (basically a custom pathfinding system), or moving to nodes like you mentioned in your post
Most ppl use Roblox’s default pathfinding since it’s the most talked about solution but it’s on you to choose
1 Like
Thank you both for the answer, but is Roblox pathfinding good for mazes?
I did use it before and it’s good enough, it can path find through a simple maze
1 Like
Thank you very much! I will try it.
1 Like