Return type of CreatePath() is Instance instead of Path

local Path = PathfindingService:CreatePath()

Has Instance as a return type instead of Path

Expected behavior

I expect it to return a variable with type of Path so i get to see the functions like ComputeAsync with intellisense

local Path: Path = PathfindingService:CreatePath()
3 Likes

We’ve just rolled out a fix for this issue. Take a moment to check and confirm if everything is working as expected on your end.