enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Lua Scripting Starter Guide - Community Tutorials - Roblox

    devforum.roblox.com/t/lua-scripting-starter-guide/394618

    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. [Full Tutorial] How to script on Roblox | Beginners!

    devforum.roblox.com/t/full-tutorial-how-to-script-on-roblox-beginners/1991385

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

  4. Scripting Basics - Beginner guide to lua and Roblox

    devforum.roblox.com/t/scripting-basics-beginner-guide-to-lua-and-roblox/359838

    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 lot of important information, but I will be updating it more in the future! If you’re brand new you should read The Basics below, but if you know about variables, functions, and data types you ...

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

    devforum.roblox.com/t/lua-learning-official-website/496330

    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 Lua, all for free! It is front page Top Rated as well as featured on the new Learn & Explore sort! It features an interactive lessons system similar to that of Codecademy, nearly 200 user created and reviewed tutorials ...

  6. BlockLua | The blazingly fast visual scripting plugin for ... -...

    devforum.roblox.com/t/blocklua-the-blazingly-fast-visual-scripting-plugin-for...

    Next up, select your part and add a Script to it. (you can rename the script if you would like to) After that, select the script and open the gui using the arrow in the toolbar. (you might have to re-select the script) And we can start scripting, yey! Let’s use the searchbar and drop in a ‘touched by character’ block from the left.

  7. Change a parts color - Scripting Support - Developer Forum -...

    devforum.roblox.com/t/change-a-parts-color/1099694

    Color3 values operate on a 0-1 scale. The 0-255 scale is for RGB (Red/Green/Blue) values.. If you want to use the RGB scale to create a Color3 value, use the Color3.fromRGB() constructor (I forgot about this at the time of making my post, thank you @colbert2677 for reminding me).

  8. Realtime RichText Lua Syntax Highlighting - Roblox

    devforum.roblox.com/t/realtime-richtext-lua-syntax-highlighting/2500399

    Hello! Recently I’ve been working on this little project of mine that allows for real time syntax highlighting in game! I think it’s real cool and would like to share it with all of you! (I did this by overlaying a TextLabel with RichText enabled, on top of TextBox and having it update the TextLabel with what was in the TextBox) I have also made this module open source! (feel free to use ...

  9. [Scratchify Blocks] - a plugin that allow users coding in ... -...

    devforum.roblox.com/t/scratchify-blocks-a-plugin-that-allow-users-coding-in...

    --Scratchify Blocks-- Hey Devs! I’m creating a plugin to code like in scratch using blocks! The people I know would love to create games because they have ideas, but they don’t know how to code, so they can use this plugin. The code that translate blocks to Lua works fine. The Interface: About There are 65 blocks available for now. There are also a lot of issues, when draging blocks inside ...

  10. Roblox How To | Creating a Simple Shift to Sprint Script!

    devforum.roblox.com/t/roblox-how-to-creating-a-simple-shift-to-sprint-script/...

    This will be easy to learn and quick! This is for those people who get free models for Shift To Sprint Scripts. Step 1 - Making The Script First of all, you want to make a new local Script inside of StarterPlayerScripts which can be found by going to StarterPlayer, Name it whatever you want! Step 2 - Coding The Script Next, we want to open the ...

  11. I'm trying to learn Lua scripting, What's the best way to do ......

    devforum.roblox.com/t/im-trying-to-learn-lua-scripting-whats-the-best-way-to...

    Howdy! My names Toast and I’ve been floating around Roblox since ~2018. Recently I’ve gotten more into the development side of things, specifically working as a game designer, which I’ve found to be fairly enjoyable. However at this point I want to be able to script my ideas myself, and so want to learn Lua. This is NOT my first time working with code. I am proficient already in HTML and ...