Ki Player Robot

Hi, how can I create an npc that acts like a real player I mean the character is walking around the map and when you near the character you can chat with him like with a real player and for the chating time he don’t walk and when you go he is walking and these player things. How to make this

Cheers

For the messages you can use Display Bubbles. You can play animations (Like walking) through this tutorial. Lastly, for walking around the map you can either use the Humanoid MoveTo function and a table of waypoints, or if you want the NPC to get to certain places without specified waypoints, you can use PathFindingService.

Note: Pathfinding service can lag if too many NPCs are creating and computing paths too quickly at the same time.

1 Like