About 535,000 results
Open links in new tab
  1. Improving Pathfinding Quality With New Algorithm - Roblox

    Nov 14, 2024 · [Update] March 10, 2025 [Update] November 15, 2024 Hello Creators, As you know, pathfinding is a crucial component to enable rich NPC behavior that enhances the …

  2. Simple pathfinding ai - Community Tutorials - Developer Forum

    May 29, 2022 · Character Pathfinding | Documentation - Roblox Creator Hub Pathfinding is the process of moving a character along a logical path to reach a destination.

  3. SimplePath - Pathfinding Module - Community Resources - Roblox

    Apr 30, 2021 · SimplePath is an open-source pathfinding module that gives you the ability to quickly create a pathfinding script for humanoids and non-humanoids with just a few lines of …

  4. EZ Pathfinding V5 - Resources / Community Resources - Roblox

    Aug 3, 2024 · EZ Pathfinding V5 GitHub | Documentation | Source | Model About This is the latest and newest EZ Pathfinding module. It incorporates OOP and is much more efficient, pleasing …

  5. Smooth Pathfinding Chase - Resources / Community Resources

    May 13, 2025 · 🧠 SmoothChase - Pathfinding AI Module for Roblox GitHub Repository SmoothChase is a lightweight, modular pathfinding system built for Roblox using LuaU. It’s …

  6. FastFlow | Fast flowfield generation for performant swarm …

    Dec 1, 2024 · FastFlow Fast flowfield generation for performant swarm pathfinding | Download Module | Play Demonstration (Uncopylocked) | Introduction Roblox’s built-in pathfinding …

  7. NoobPath | Easy Pathfinding - Community Resources - Roblox

    Nov 11, 2024 · NoobPath is a Pathfinding module script with Auto Timeout, Non-humanoid support and Waypoint adjustments! Get it here: NoobPath - Creator Store Version 1.81 …

  8. Faster, smarter and more efficient AI pathfinding needed

    Oct 23, 2024 · I recently got into Roblox development after several years of being on the platform and I have been doing a lot of reading up on scripting certain things that I want to script. After …

  9. NPC chase script - Code Review - Developer Forum | Roblox

    Mar 8, 2022 · Download file: NPC chase test.rbxl (34.7 KB) The code will loop through the players and check who is the closest distance away from the NPC. The NPC will chase the closest …

  10. NPC Pathfinding jittery/stuttering walk animation solution

    Nov 9, 2023 · Path:Run(targetPosition) -- Pathfinding function from SimplePath. What you need to do is add a “debounce” for the code, detect if the walk/run animation is playing or if is the NPC …