About 41,300 results
Open links in new tab
  1. Customizable door system - Community Resources - Roblox

    Mar 24, 2024 · Looking for a simple, yet customizable solution to your door problems? Well look no further, because I’ve created a user-friendly door system that has everything you need including features that you can use or toggle with a simple true or false statement in the code. Just insert the model into your game, follow a few steps, and you are done! You can change …

  2. How to Make a Working Door Inside of Roblox Studio

    Aug 15, 2022 · 2. Scripting the Button to be Automatic Add a script inside of the Button and write this script: local Door = game.Workspace.Door -- Type the name of your door local Button = script.Parent Button.BrickColor = BrickColor.new("Really red") -- Makes the button red (DELETE IF YOUR PART IS ALREADY RED FROM THE PROPERTIES) …

  3. Doors Room Generator Package - Community Resources - Roblox

    Sep 14, 2024 · Have you ever wanted to make a simple Doors game, but couldnt get the room generation to work? Well, worry not! I have the thing youre looking for: DOWNLOAD PACKAGE HERE: RoomGenPackage.rbxm (7.4 KB) This package is less than 300 lines long (combined) and reliably generates rooms based on rarity! You can add rarities for rooms by adding an IntValue …

  4. How To Make An Animated Door (Click To Open) - Roblox

    Nov 12, 2020 · NOTE (7/30/23): This tutorial covers the basics of making an animated door. However, it is very outdated for my skill level (since this tutorial is almost 3 years old) and not the most efficient way to accomplish this. If you want a more advanced method of creating an animated door, I’d reference some of the replies left under this post. Introduction So I was …

  5. SCPF: Open-Source Doors & Scripts - Community Resources

    Aug 5, 2023 · Hey Guys! So, I am Open-Sourcing a part of a project I was once working on, but we eventually gave up on it. Some things you should know about the door system: The scripting level used in this is not meant for beginner scripters. If you are a beginner scripter, I would recommend going to this post instead. They are subject to break over time due to the fact that …

  6. How to make an NPC go through a door - Scripting Support

    Jun 24, 2024 · I was wondering if theirs a way to check if the npc is touching a door and then open the door but not let the player be able to do it that way since they use a prompt, and is there a way for the pathfinding to even ignore doors and find a pathway that goes through the door? thats alot to say but I would thank someone for helping me learn this! …

  7. [iDoor] DoorEngine Beta Documentation V3 - Roblox

    Aug 23, 2023 · DoorEngine Documentation (V3) Work-in-progress: not all sections are added/completed. DoorEngine is an open-sourced HingeConstraint door engine that allows for easily being able to interact with doors (opening and closing them), and connect them to other systems via the API, all without writing code. The system itself easy to setup, with preincluded …

  8. Make a simple E-to-Interact door - Community Tutorials - Roblox

    Oct 17, 2020 · Welcome, this tutorial will be going over on how you can make your own simple and easy-to-understand E-to-interact door. This can be done with anything, but this tutorial will be going over it with a door, and with the basics of ContextActionService and UserInputService, along with CollectionService. This tutorial will also use TweenService to show progress. This …

  9. How to make a keycard door! - Community Tutorials - Roblox

    Dec 31, 2021 · Hello Roblox Developers! Today, I decided to share my knowledge on how to make a Key Card door since many of the tutorials on YouTube either give links to models or show you how to make a CanCollide on/off door. What will we use to achieve this? Tween Service Touched Events I know right! Only 2 simple concepts! Let’s get started by creating the door …

  10. Tweening a Door Around a Hinge - Community Tutorials - Roblox

    Aug 24, 2021 · Edit: in my pursuit for the best doors, I’ve found that there are much betters ways to do this. Is there a case where you might want to do it this way? Maybe, but probably not for a door. For now I would recommend tweening a hinge with a door welded to it on a LocalScript. Good luck! I’ll probably take this down or completely overhaul it someday, and probably just …

Refresh