About 387,000 results
Open links in new tab
  1. 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.

  2. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · How do script [ Update Version], 2022/2023 Introduction 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 …

  3. Lua Learning Official Website! - Community Resources - Roblox

    Mar 25, 2020 · Lua Learning Website What is Lua Learning? Lua Learning is a community-driven platform (in a Roblox game) created and designed to interactively teach users how to program in …

  4. Scripting Basics - Beginner guide to lua and Roblox

    Oct 1, 2019 · Hello! 😄 I’ve written this guide/tutorial to help people who are new to scripting on Roblox learn some basic concepts of scripting, and hopefully understand it better. This is definitely missing a …

  5. BlockLua | Roblox Visual Scripting like Scratch!

    Jan 6, 2023 · Planned features: A lua block (if you want to insert lua code into your script) Marketplace blocks (sell gamepasses, items, etc.) Pathfinding blocks (pathfinding for humanoids) Tweening …

  6. UPDATED* GUI to Lua — Effortlessly Convert GUIs to Lua Code

    Jan 4, 2025 · Effortlessly Convert GUIs to Lua Code Developed by @Zenokei & @tmeoutz About the Plugin: While working on custom GUIs for some of my recent projects, I encountered a common …

  7. How to learn lua (0 experience) - Scripting Support - Roblox

    Aug 1, 2024 · How to learn lua (0 experience) Help and Feedback Scripting Support PlopsaFan12 (Wout) August 1, 2024, 10:01am

  8. Lua File Creator - A VS Code Extension for Roblox Lua/luau Development

    Aug 8, 2025 · Lua File Creator is a Visual Studio Code extension that helps you quickly scaffold Lua and Luau files, including optional support for the Roblox Knit framework. It’s designed to speed up your …

  9. Lua Loops | What are they, and how do I use them?

    Jan 14, 2024 · Lua Loops What are they, and how do I use them? Background Luau, Roblox’s version of the programming language Lua, has a ton to offer when it comes to development.

  10. Type Annotations! A guide to writing Luau code that is ... - Roblox

    Feb 18, 2024 · Type annotations are a feature of Luau that allow you to define constraints to the variables in your code. They provide contextual clues to how your code is intended to be used, and …