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()