#Customer system

21 messages · Page 1 of 1 (latest)

brazen river
#

npc

#

idj

neat field
#

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

brazen river
#

and use debris to despawn it after a bit

odd niche
neat field
#

Then don't try

#

Start off easier

#

Pathfinding is complex

brazen river
#

please dont ask if you can't really script because it's useless

neat field
#

If you knew the basics and pathfinding was the only issue, that'd be understandable

odd niche
# neat field Pathfinding is complex

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*

neat field
#

There's even a pathfinding module

neat field
#

Its so easy to use that even beginners cant fail

#

Unless you just opened studio for the first time