About 8,800,000 results
Open links in new tab
  1. How to make an npc follow you - Scripting Support - Roblox

    Jul 21, 2021 · You can figure out how to do this yourself I’m sure with all of the code I have given you. Call Part:IsDescendantOf (Part2) to determine whether Part is a Descendant ofPart2 …

  2. NPC Follow Function in Lua - CodePal

    A detailed guide on how to create a function in Lua that enables a non-player character (NPC) to follow a player. The guide also includes unit testing using the 'busted' framework.

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

    Mar 14, 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 …

  4. How do you make an npc follow a player? - Roblox

    Dec 25, 2021 · For every Character that enters the game, tag it for the creation of a table which will be used as a sort of mask to do distance checking on the server side. If the closest player …

  5. lua - ROBLOX Studio: How do I make this NPC follow the …

    May 4, 2021 · You can use :CreatePath(), :GetWaypoints(), :MoveTo(), and :MoveToFinished:Wait() to continuously make sure the NPC calculates an open path and can …

  6. Scripty Roblox Scripting AI: Make NPC Head Follow Player with ...

    Oct 3, 2023 · Then, you can use the following code to make the NPC's head follow the player: lua -- Create a local variable to store the HumanoidRootPart local rootPart = …

  7. Lua NPC Follow Function - CodePal

    Learn how to create a Lua function that makes an NPC follow someone. This tutorial provides a step-by-step guide on creating an NPC class, setting a target for the NPC to follow, and …

  8. lua - How to make NPC in roblox walk around normally then …

    Mar 27, 2021 · The titles explains it all, I'm trying to make a roblox npc walk around the maze normally, then when it sees the player, it starts running after the player to kill it, I have the …

  9. Best way to make an NPC follow waypoints - Roblox

    Dec 2, 2021 · I am trying to make an NPC I have follow waypoints I have set with pathfindingservice. However, I noticed that there is a decent wait period in the code below …

  10. lua - NPC follow script does not run, and no error - Stack Overflow

    Mar 21, 2023 · Without seeing the complete code and the context in which this code is used, it's difficult to pinpoint the exact problem. However, I can suggest some steps you can take to fix …

  11. Some results have been removed
Refresh