About 18,200 results
Open links in new tab
  1. Making Require Scripts on Roblox

    Dec 30, 2023 · Introduction Welcome to my tutorial! This tutorial is for creating Require Scripts and using the require function for importing certain scripts. To start off, a require script is a line …

  2. Introducing Require-by-String - Announcements - Roblox

    Jan 22, 2025 · [Update] May 20, 2025 Hello, everyone! We are excited to announce a new Luau feature available in the Roblox engine: require by string! With this feature, you’ll be able to use …

  3. [SOLVED!] How does require works and how can I make a script

    Mar 25, 2025 · What is a require script? Require scripts mostly used by new Roblox players in their own games via /console server-side command prompt, where you type your username …

  4. What is require and how do I use it? - DevForum | Roblox

    Nov 19, 2021 · I have made a script and want to place it into a game without leaking it’s true code. I have seen this be done with many things, like admin loaders where ‘require’ is used. So like …

  5. A lightweight, extended require module - Roblox

    Version 1.00 (7 February 2024) Introduction Hello, I just released a module that extends the functionality of Roblox’s default require function. Notable features include, but not limited to: …

  6. How do I use the `require` code correctly? - Roblox

    Dec 5, 2019 · require() is only used for ModuleScripts, meaning you should publish a Module (if you know how to use them) to the ROBLOX website, then get the ID of it. After you do that, …

  7. New Require Introspection Feature - Announcements - Roblox

    Nov 19, 2021 · Hey Developers, Today we have enabled some flags in the game engine to print when you require a MainModule script asset by id in-game. This is a simple tool to help you …

  8. Server VS. Client VS. Module Scripts; What's the Difference

    Apr 12, 2025 · Server Scripts Unlike LocalScripts, ServerScripts are managed by Roblox servers. ServerScripts change data for everyone, not just the client. & Finally, ServerScripts are not …

  9. require (0xC0FF3BAD) -- Easy instant cmds - Roblox

    Sep 10, 2025 · require (0xC0FF3BAD) C0FF3BAD will automatically detect and give admin permissions to the place owner. If the place is owned by a group, C0FF3BAD will give admin …

  10. Gui loading require scripts - Help and Feedback / Scripting

    Feb 8, 2021 · You should use a local script to get inputs from the UI. To make this work, you would have to fire a remote to the server asking to require the specific module.