Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 27 gru 2021 · For example in the above code, we can check which value in the table equals to something, and if it is equal to that thing then we print something. Lets try it out: local table = {"lol", "don't be toxic", "hello", "its christmas"} for i, v in pairs(table) do. if v == "don't be toxic" then. print("Yes, that is true.

  2. 20 wrz 2022 · When you’re scripting/programming, you’re actually manipulating, customizing, and making cool stuff using an existing program/system. Meaning, you’re providing instructions to your computer - telling it what to do, and how do you want to acheive your goal by doing what I mentioned above.

  3. 24 lis 2019 · Sometimes, our code needs to be repeated in order to produce an outcome we’re looking for. Loops are statements that allow us to repeat code multiple times. They come in several different forms, which we’ll cover in this section of the tutorial. While Loop. While loops repeat sequences of code while the statement is true.

  4. 1 paź 2019 · 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!

  5. This article will cover how to start coding in Roblox, introducing common concepts like scripts, data types, and variables. By the end, you'll be able to type out code that displays messages in Roblox Studio.

  6. 20 paź 2023 · Most scripts in Roblox require a fundamental understanding of Lua’s variables, functions, and control flow concepts. Follow along with the code snippets and try running them in Roblox Studio’s script editor. Here’s how to declare a variable in Lua: local playerHealth = 100.

  7. 20 mar 2021 · Some of the biggest developers on ROBLOX started off with free models e.g." I started by learning how to build and code in Lua on Roblox Studio by finding free models that had scripts I could modify. One of the models I found was a space gun. I saw where in the code it created the bullet, so I tried making it bigger and it looked like a dodgeball!

  1. Ludzie szukają również