Answers for "how to make pathfind stop making sharp turns roblox"

0

how to make pathfind stop making sharp turns roblox

Try replacing:

local Path = PathfindingService:CreatePath()
with:

local Path = PathfindingService:CreatePath({AgentRadius = 4})
It should give more room for error when pathfinding around walls.
Posted by: Guest on July-28-2020

Code answers related to "how to make pathfind stop making sharp turns roblox"

Browse Popular Code Answers by Language