
How would I make a efficient chasing monster - Roblox
Jun 10, 2021 · How would I make a efficient chasing monster Help and Feedback Scripting Support runaredie (Fresh Joe) June 10, 2021, 5:33pm
Simple pathfinding ai - Community Tutorials - Roblox
May 29, 2022 · Woah, alot of likes I see, Thanks guys, Feel free to check out my upcoming roblox game. OPEN spoiler :) Welcome to my first ever tutorial on the devforum, I wanted to make a …
AI controller script for monsters - Scripting Support - Roblox
Aug 25, 2021 · I watched tutorials on how to create this script. Honestly its way over my head as a new scripter. The script works fine. But it has one problem I have been trying to fix. If the …
Attempting to make a 'blind' monster - DevForum | Roblox
Feb 3, 2023 · I’m trying to make a monster like The Figure in doors. Basically, it’s blind, and relies on sound to ‘hunt’ the players, it patrols until it ‘hears’ a player. I’m thinking of the best way’s to …
How to Make an AI That Patrols and Chases the Player - Roblox
Mar 8, 2022 · Hello! I am trying to create an AI that chases the player around the map. When a player is not spotted, I want them to wander around set points. I had followed a tutorial such as …
How to Create a Realistic NPC Eyesight System - Roblox
Oct 29, 2023 · Introduction Hello everyone! In this tutorial, I’m going to teach you how to create a realistic NPC eyesight system so that NPCs can see and detect players and other objects. For …
Making a playable monster - Scripting Support - Roblox
Jul 7, 2023 · Hi, I am trying to make a custom-built playable monster for my SCP game. I don’t know how to get the rig into Roblox and then code it to be a player skin. The coding bit is the …
How would make a monster for my game - DevForum | Roblox
Oct 18, 2022 · When cloning a random room, you could also clone a random monster and set it’s position to somewhere in the room. If the spawning position for each room is different, you …
How to make script that NPC will spawn at night? (or specific
Jun 5, 2023 · This is how to run code at the time of day you asked for. If you want it to despawn, feel free to add logic following the same. local Lighting = game:GetService("Lighting") …
How to make advanced AI - Help and Feedback / Scripting
May 19, 2022 · How do I create advanced AI? I am trying to make a Horror Game. I want to do a “Mimic” type game. One problem, I need help on it being able to go around walls. When you …