About 121,000 results
Open links in new tab
  1. [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 Roblox with a better and updated version! [If you’re a beginner] After this tutorial, you should learn: Understand the very basics of scripting on Roblox. In this tutorial, we’ll be talking about: Variables ...

  2. Lua Scripting Starter Guide - Community Tutorials - Roblox

    Nov 24, 2019 · Lua Scripting Starter Guide Author: @DarkSinisterPVP Helper(s): @Supersaiyan122 Author’s Note <details><summary>Click to open the letter</summary>Picking up programming and learning it for the first time works just like any other hobby–art, music, sports, photography, etc.–although, it may be difficult to know where to start as a beginner, especially if you’ve never had experience with ...

  3. Learn to Script / Learn to Code in 5 Steps - Community ... - Roblox

    Feb 12, 2021 · Following the practices outlined in this resource will make your code more legible, making it easier to modify and debug over time. Lua Learning - A hands-on learning Roblox Game made by @boatbomber! Interactive learning w/user-made guides – Because it’s a more familiar environment, it might be easier to learn from this resource for certain ...

  4. How to write great code and speed up everything - Roblox

    Oct 29, 2023 · Hello! This guide is massive, and is relevant whether you are a beginner, intermediate, or advanced programmer. No matter how much experience you have, I have compiled a LOT of things into this post. I’ve tried to keep it straightforward for everyone. Even if you have no idea what I’m talking about at times, I really encourage you to keep reading, because there’s a lot of great stuff in ...

  5. How do i use vs code with roblox?

    Jul 2, 2021 · i tried to setup vc code but im confused of what to get now. i tried these 2 tutorials but im not sure witch method is correct. the youtube method seems to have less but i dont know if thats better. can someone please help?

  6. How to Write Professional Code - Community Tutorials - Roblox

    Feb 15, 2025 · This is my view and others view of writing professional code. If you disagree something feel free to tell me! Please note that this is my opinion, and you are allowed to have your own, 😁 Introduction Hello! I’ve been writing code for around 4 - 5 years, and I’ve been on Roblox for around 6. During my years here, I’ve learnt a lot about programming and would like to share it with you ...

  7. Introducing Login with a One-Time Code - Roblox

    Jun 2, 2023 · Starting today, we are rolling out Login with a One-Time Code on the web, an easy and secure way to sign in to Roblox. 445×522 16.4 KB We have been working on various ways to help Roblox users log in with simpler and safer alternatives to passwords.

  8. Authentication Failed Error Code 403 Roblox

    Feb 7, 2023 · And no signs of down or outages of Roblox. Also here’s some of the screenshot! Roblox: status.roblox.com: Solutions that I’ve tried I’ve looked at some information to fix it on DevForum Roblox, YouTube and Google, and I’ve tried them like resetting DNS, resta...

  9. ( part 1 ) Basics of scripting - guide on common codes used - Roblox

    Dec 27, 2021 · ( I am not sure if these are called “codes” or not but some people have been asking me about basic common codes used on Roblox, and I decided to try to make a tutorial here 🤷‍♂️ ) note: this tutorial won’t go through everything, it is just the most common and unexplained codes ( in my opinion ), I’ll make more parts if you guys think this is not bad What this tutorial will go ...

  10. What does do .... end mean - Scripting Support - Developer Forum …

    Dec 20, 2023 · Hi, I’ve seen in some scripts where people do: do --Code here end Is this necessary for anything or does it have any difference from without the do function or?