SimplePath is a very useful module, but I have a question.
Is it possible to make it use BodyPosition instead of a humanoid?
SimplePath is a very useful module, but I have a question.
Is it possible to make it use BodyPosition instead of a humanoid?
Yeah I guess I cant use that…,…,…
you could probably fork it to use bodyposition but you should use AlignPosition as body is deprecated
to use you need an attachment and set it to use one attachment
Well I know, but how can I make the module use AlignPosition instead of a Humanoid.
Since its gonna do Humanoid:MoveTo(). But I wanna make it work on a non-humanoid
Just going in and edit the the Humanoid:MoveTo() to AlignPosition.Position = NEWPOSITION
you may need to edit the check for when the humanoid reaches the position as it may be connected to MoveToFinished