How will I make a operative NPC For a Colony?

Hello, Im making a Roblox game like world box, where you can build your own interactive world where NPCs operate by themselves and try to advance in technology and build a Colony.

I want to make it so that NPC’s will and can operate by themselves and can-do task like chopping down trees and making buildings with the recourses there colony has collected.

Like mining, cutting, building, sleeping, etc…

1 Like

Creating anything of such a magnitude would be quite the task, but I recommend you do some research on PathfindingService. It is a very helpful tool when it comes to commanding Humanoids to go to a specific place. Roblox even has their own complete tutorial, which you can find here.

You will want to use functions to toggle the NPC between states, and make them wait before moving on. If you want stats to increase when an NPC does a specific action, within your function have a folder with a bunch of NumberValues and BoolValues to store data and statistics about what your NPC’s have done.

Hopefully these links will provide helpful research when it comes to creating NPC’s!

1 Like