About 195,000 results
Open links in new tab
  1. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · Hey there! Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on Roblox with a better and updated version! [If …

  2. How to Use ModuleScripts in Roblox Studio

    Feb 15, 2025 · How to Use ModuleScripts in Roblox Studio Introduction Hello fellow developers! Today I’ll show you how to effectively use ModuleScripts in your Roblox games. This tutorial is …

  3. Lua Scripting Starter Guide - Community Tutorials - Roblox

    Nov 24, 2019 · Learn Lua scripting for Roblox with this beginner's guide, covering programming basics and tips for aspiring developers.

  4. Why should I use modules instead of scripts? - Roblox

    Oct 14, 2019 · So I have heard a lot about using modules instead of normal scripts. The things that I have questions about are why use them over regular scripts? What do they add to …

  5. Grabbing vars from a different script - Roblox

    Mar 17, 2021 · I’m making a config script for one of my plugins and I don’t know how I would do so? I’m trying to make global vars so that my scripts can call the variable and use it without …

  6. How to make a global variable, and acess it from another ... - Roblox

    Dec 27, 2019 · Edit: Didn’t realize you were talking about sending information through the server and to the client in that case you might want to read more on this: Client-Server Runtime | …

  7. How to use module scripts! - Community Tutorials - Roblox

    Feb 22, 2025 · Seeing roblox devs who still use light mode but know how to use a module script incounting value 2, found.

  8. When to use local scripts and server scripts - Roblox

    Jul 16, 2021 · You should use server scripts (also called scripts) when you need server scripts. There is nothing more to it. If you have no reason to animate some functionality on the …

  9. How To Use Module Scripts - Resources / Community Tutorials

    Feb 9, 2024 · Learn how to use Module Scripts and why ModuleScripts are useful in Roblox Scripting with this tutorial. I’ve just launched my Roblox Advanced Scripting series on YouTube.

  10. 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 …