About 427,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. My new LuaU learning book - Creations Feedback - Roblox

    Nov 16, 2024 · Hello all! I made a learning book for people who are new to programming in Roblox Studio. So as a scripter myself I wanted to make a book that teaches you how to use …

  3. Can I code with another language than Lua at Roblox Studio?

    Sep 23, 2020 · Hi there, I’m actually quite new in programming at Roblox. I wanted to know, if there is the possibillity to code a game/place with another programming language than Lua at …

  4. [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 …

  5. Luau Goes Open Source! - Announcements - Developer Forum

    Nov 3, 2021 · A lot in Roblox was built on Lua including hundreds of thousands of lines of internally-developed code that powers Roblox App and Roblox Studio to this day, and the …

  6. Building a Simple Interpreter: A Step-by-Step Guide - Roblox

    Dec 18, 2024 · An interpreter is a program that executes instructions written in a programming language without first compiling them into machine code. Instead, the interpreter analyzes and …

  7. Differences between Java and LuaU Programming Languages

    Oct 16, 2020 · It was made to be easy to work with for developers using it for scripting on the roblox platform. Java and JavaScript are not the same at all, despite the name. Java is an …

  8. Developing a programming language (interpreter) in roblox

    Dec 31, 2021 · Recently, I completed a course on programming languages where I learned how programming languages are designed and how to implement them (specifically in this class, I …

  9. Scripting Manual - Community Tutorials - Developer Forum | Roblox

    Jul 3, 2024 · Discover a comprehensive Roblox scripting tutorial by an experienced developer, sharing knowledge and tips for beginners to enhance their coding skills.

  10. Concepts: Object Oriented Programming in Roblox

    Sep 8, 2020 · The goal of this tutorial is to act as a guide and resource for those who want to learn about the principles of Object Oriented Programming in Roblox. The language used …