Should I use path finding service? If no what are some alternatives?

(Sorry if this is the wrong category I’m not sure if it’s development discussion).
So I’m trying to make a bot just in case a server isn’t full. So should I use path finding service or no? I heard many people saying path finding service is laggy. So should I do it or no? If no can you tell me what should I do.
Thank you,
–SilentSuprion

I mean if you do it right it can be good and looks really cool. Or if it isn’t working out you can use leaping/tweening

1 Like

You could use PathfindingService to calculate the path and in my opinion I have never seen any major issues with that service, however if you are too concerned you could try and recreate your own system using raycasting and stuffs.

1 Like