#Customer system
21 messages · Page 1 of 1 (latest)
First get the npc model
Then script them to pathfinding to the counter
Then make a system preferably in a module script where they order a random menu item
Then wait till the food is given to them (you could parent it to the model and in the script, listen for ChildAdded)
Then pathfinding to a random chair or place
Easy
and use debris to despawn it after a bit
A module for a single line of code?
Yea 🤑🤑
Then don't try
Start off easier
Pathfinding is complex
please dont ask if you can't really script because it's useless
If you knew the basics and pathfinding was the only issue, that'd be understandable
It’s as difficult as you make it to be. You can chose to go for pathfindingservice, some easy algorithm like dijkstras or actually go all in with something like a*
There's even a pathfinding module
SimplePath module works well too
Its so easy to use that even beginners cant fail
Unless you just opened studio for the first time