Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to use Pathfinding in Filtering Enabled?

Asked by 6 years ago

Hello, I have horror game in my another account, I am used always :MoveTo script but Pathfinding is better than :MoveTo because PathFinding is rendering the map then Pathfinding is finding the Findnearesttorso.

For Example:

script.Parent.Torso.Position = findnearesttorso.Position --I know its wrong because i dont want to give my scripts here.

How can i change "MoveTo" script to "PathFinding" in Filtering Enabled?

If you are the scripter and if you want to work with me, send "Regnaltsz" friendrequest in roblox!

0
On NPCs / Players or things that don't have a Humanoid? User#20388 0 — 6y
0
It has i can do that script.Parent.Enemy:MoveTo... but i dont want to give my scripts here FrezeTagger 75 — 6y
0
So a humanoid object, you can just use Humanoid.WalkToPoint you know? User#20388 0 — 6y
0
yeah. FrezeTagger 75 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

Do it like you would without FE, because FE only affects localscripts and scripts trying to access a player’s playergui. Localscripts can only change the client, not the server, unless it’s trying to make the client’s character do an animation.

0
Ok thanks :) FrezeTagger 75 — 6y
0
And, you wouldn’t replace moveto to pathfinding because you have to use moveto to get to the pathfinding coordinates brokenVectors 525 — 6y
0
If you want work with me send "Regnaltsz" friend request :) FrezeTagger 75 — 6y
Ad

Answer this question