|
Switzerland-Ki-Ki Azienda Directories
|
Azienda News:
- Lua Scripting Starter Guide - Community Tutorials - Roblox
Lua Scripting Starter Guide Author: @DarkSinisterPVP Helper(s): @Supersaiyan122 Author’s Note Click to open the letter P S I’ve tried to make this tutorial as kid-friendly as possible, if it is still difficult to read or understand, please DM me on any platform and I’ll try my best fix it Specific examples are appreciated The Basics of Roblox Lua Introduction Chances are, if you’ve
- What is the self keyword in Lua? - Scripting Support - Roblox
Im very familiar with module scripts but i have no idea what self is or meta tables or oop in general Can anyone explain any of these?
- Using the `in` keyword instead of table. find () - Roblox
The nature of Lua is different so I am not suggesting to make it like Python, but please make in
- Add loop keyword continue to Rbx. Lua - Engine Features - Roblox
Like this thread, but only focusing on the continue keyword continue is not present in Vanilla Lua, however it proves to be extremely useful in loops and its applications, having been added into so many numerous languages like; C family languages (C C# C++) JavaScript Java Python Visual Basic etc The keyword is used like this; for i = 1, 10 do if i % 2 == 1 then continue end print(i) end Like
- What is self and how can I use it? - Scripting Support - Roblox
You can write your topic however you want, but you need to answer these questions: What do you want to achieve? Keep it simple and clear! I would like to make a character controller of @EgoMoose se What is the issue? Include screenshots videos if possible! I don’t know what self is What solutions have you tried so far? Did you look for solutions on the Developer Hub? I don’t find a post
- How to use continue? - Scripting Support - Developer Forum - Roblox
I have 0 idea how to use it Any support thanks
- A guide on creating classes in Lua - Community Tutorials - Roblox
A guide on how to create classes in Lua An in-depth tutorial by @maddjames28 Before we start, I would like to state that Lua is not meant to be an OOP language Instead we implement custom classes with metatables Introduction Hey! You probably came here because you saw some developers talking about ‘OOP’ or ‘Classes’ or even ‘Objects’ O O P stands for Object Oriented
- What does return do? - Scripting Support - Developer Forum - Roblox
When your script runs, the Lua interpreter reads your byte code like a CPU would read machine code The Lua interpreter is compiled to machine code and when it reads a byte code from your script, it tells the CPU to execute a section of machine code in the interpreter that effectively performs what the byte code instructed to do
|
|