About 1,620,000 results
Open links in new tab
  1. PathfindingService | Documentation - Roblox Creator Hub

    PathfindingService is used to find logical paths between two points, ensuring that characters can move between the points without running into walls or other obstacles.

  2. PathfindingService | Roblox Wiki | Fandom

    The PathfindingService class, added in version 158, inherits from Instance. It cannot be instantiated. It contains functions that enables Models with Humanoids to move to a certain …

  3. PathFindingService - Roblox Tutorial

    Master the PathFindingService in Roblox to compute and visualize paths for characters. Learn how to move NPCs along computed paths with practical examples.

  4. creator-docs/content/en-us/reference/engine/classes/PathfindingService

    By default, the shortest path is calculated, but you can implement pathfinding modifiers to compute smarter paths across various materials, around defined regions, or through obstacles.

  5. PathfindingService | Roblox API Reference

    PathfindingService is used to find logical paths between two points, ensuring that characters can move between the points without running into walls or other obstacles.

  6. Roblox Pathfinding Service Tutorial – Complete Guide

    Oct 24, 2023 · Welcome to this comprehensive tutorial where we aim to unlock the charm and functionality of the Roblox Pathfinding Service. By the end of this guide, your understanding of …

  7. Roblox Path Finding Service Tutorial | Coconote

    Aug 8, 2024 · What is Path Finding Service? Allows a character to navigate a calculated path. Example demonstrated: Character moves along a path to a specified point. Insert a character …

  8. Path | Documentation - Roblox Creator Hub

    Code Samples Using the Pathfinding Service The code sample below explores how to move an NPC along a more complex path or around obstacles. This is known as pathfinding.

  9. How to use PathfindingService + implementing it as OOP

    May 31, 2025 · This tutorial should help you implement PathFindingService and how to turn it into a OOP module so that it can be used in different scripts and such. If the term OOP is foreign to …

  10. Pathfinding NPC Advanced [PART 1] - Lua Learning

    In this part of this tutorial, I'll show you how to pathfind using PathfindingService, move a NPC and prevent to block the NPC.