Path
Description
Creates a path for the bot to follow using one of two types (Follow
or Chase
)
Follow
is a general purpose path. Best used for static or infrequently updated locations. The path will only be updated once PathFollower:Update is called. This needs to be done manually (typically inside the bots BehaveThread
coroutine.
Chase
is a specifically optimized for chasing a moving entity. Paths of this type will use PathFollower:Chase