Can you help me with this game?

I made a game in Microsoft make code, but the enemies don’t pathfinder properly. can you help me? this is the link:

1 Like

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:

4 Likes

thank you, that fixes most of my bugs.

1 Like