I made a game in Microsoft make code, but the enemies don’t pathfinder properly. can you help me? this is the link:
I made a game in Microsoft make code, but the enemies don’t pathfinder properly. can you help me? this is the link:
This is because Forever and On Game Update blocks only run once On Start stops, and your Pause Until block is preventing that. You can either fix that or use blocks like this:
thank you, that fixes most of my bugs.