What's the best idea to make a chasing ai that can turn corners, similar to the mimic?

I’m experimenting with ai mechanics, I wanna start off with figuring out how to make a good chasing ai, like the mimic.

What’s a good start?

You should probably start by looking at Roblox’s pathfindingService.

There are plenty of videos about it on Youtube, which can give you a more detailed explanation on how it works than the Roblox API can.

Roblox’s own pathfinding isn’t the best but it’s worth looking into since it works for basic AI movement.

1 Like