About 712,000 results
Open links in new tab
  1. Intro to module scripts | Documentation - Roblox Creator Hub

    Module scripts in Roblox are a method coders use to organize and reuse code. A module script is often stored in ServerStorage (or ReplicatedStorage for client-based interactions). From there, other scripts are able to call functions and variables stored in that module script. For instance, one game may award points to players for collecting ...

    Missing:

    • Roblox Studio

    Must include:

  2. How to work on Modular Guis - Community Tutorials - Roblox

    Dec 21, 2023 · Make a new module called Main and put it inside the Guis folder which is located in the modules folder. Below is a screenshot that explains what I meant: In depth explanation of the script: local S...

    Missing:

    • Roblox Studio

    Must include:

  3. ModuleScript | Documentation - Roblox Creator Hub

    Be mindful of your module dependencies in large projects! If a ModuleScript is uploaded to Roblox and the root module has the name set to MainModule, it can be uploaded as a model and required using require () with the model's asset ID.

  4. Basic Admin Essentials Main Module - Scripting Support - Roblox

    Sep 8, 2021 · I wasn’t sure where to ask about this, but I’m trying to insert the module script for Basic Admin Essentials 2.0 into my game to allow easy modification, however, I’m experiencing an issue. When I insert the script and parent it to Workspace, upon …

    Missing:

    • Roblox Studio

    Must include:

  5. Create with module scripts | Documentation - Roblox Creator Hub

    To apply your knowledge of module scripts, create a module script that allows players to pick up keys and use them to open treasure chests. This project includes a starter map with leaderboard and scripted pickup objects for the keys and treasure chests. Download the starter project.

  6. Server VS. Client VS. Module Scripts; What's the Difference ... - Roblox

    Apr 12, 2025 · As I was starting out scripting, I was extremely confused with all of the different types of scripts, but they actually have very important differences! This tutorial goes in-depth about all the different types of scripts & other info that may be very useful! Whether you are new, experienced, or looking to re-sharpen up your skills, this tutorial is for you! 💡 <details><summary>Client ...

    Missing:

    • Roblox Studio

    Must include:

  7. ModuleScript | Roblox Wiki | Fandom

    If a ModuleScript is renamed to "MainModule" and uploaded as a Roblox model, it can be called by using require([model id]). This is commonly used to create free models which contain code that is private, or is not wanted being shared by the owner.

  8. How To Use Module Scripts - Community Tutorials - Roblox

    May 13, 2020 · I’ve just launched my Roblox Advanced Scripting series on YouTube. With each episode, I will be writing a text ver&hellip; Learn how to use Module Scripts and why ModuleScripts are useful in Roblox Scripting with this tutorial.

  9. Developer modules | Documentation - Roblox Creator Hub

    Developer modules let you easily add powerful social features to your experiences. Each module is designed to work out of the box, so the moment you press play it will simply work. If this isn't your style, you can configure each module to work in different ways. Pose and capture memorable moments. Sell avatar assets and more in an experience.

    Missing:

    • Roblox Studio

    Must include:

  10. Organizing code | Documentation - Roblox Creator Hub

    Roblox module scripts are one way of organizing code. This series covers how they work and how to implement them in a game experience.

    Missing:

    • Roblox Studio

    Must include:

  11. Some results have been removed