These tutorials are great! I love the short and simple format of your videos; often times alot of tutorials will go off on tangents and cover too many topics in one video. This makes the information you present easy to understand and absorb. I've been putting off learning Lua for quite some time, and your videos have really helped me learn the syntax for Lua. It's so odd learning Lua after learning other programming languages like Java and SQL, for Lua is a higher-level program that abstracts much more data than Java and SQL, so the syntax for Lua feels oddly clean and not cluttered lol. Thanks for the tutorials, keep up the great work!
@marcgillis4 жыл бұрын
i learn a lot from all your tutorials thx!
@Stvr272 жыл бұрын
You explain things so good and it’s easy to understand I hope you make more videos about coding tutorials!
@AaRaV_1-e5p3 ай бұрын
You are hella underatted, thank you so much for this ive been wanting to learn now i can.🙂
@epickingz51752 жыл бұрын
i have been looking for videos of learning how to script for 2 years, i wish i found you earlier. not all heroes wear capes
@Urbatakam4456 ай бұрын
4:58 you could also use %, which finds the remainder for example, myVariable = (4%7) myVariable would equal 3. hope this helps!
@strawldier77512 жыл бұрын
I just subscribed ur channel is a life saver
@marcgillis4 жыл бұрын
this channel is underrated
@enhancedgames-roblox86422 жыл бұрын
Really helped I was looking for 2 weeks for something like this thanks brother.
@seeray11 Жыл бұрын
Learned so much in 6 minutes!
@sirehYT Жыл бұрын
this is awesome, i always wanted to code but i didnt want to go to stupid lessons so you helped me out a ton
@WitheredGaming-so4bo3 ай бұрын
hey your the first person to break it down pretty dang good everybody els doesn't get to the point
@adedsjdjwu2 жыл бұрын
wonder if this line(s) of code will work: local baseplate = game.Workspace.Baseplate baseplate.transparency = .4
@Uniquehandle32 жыл бұрын
probably
@adedsjdjwu2 жыл бұрын
@@Uniquehandle3 k
@rochio10492 жыл бұрын
Yeah
@iamsilent83672 жыл бұрын
It would
@perkzylol2 жыл бұрын
It would because you set the variable
@epickingz51752 жыл бұрын
4:14 luau is the new calculator lol
@kiersaltalt2 жыл бұрын
very good easily watched and you put out everything very well and effectively
@campplayz113 жыл бұрын
this guy is better than my math teacher
@becket76562 жыл бұрын
same lol
@Cal32_2 жыл бұрын
yeah, this guy is better than most of the teachers in my school.
@Vylerr4 жыл бұрын
first like and view and comment.
@aadityasinghchauhan73113 жыл бұрын
legends are da ones who use the my variable code as a calc
@rudy_vid45923 жыл бұрын
Thanks for this tutorial!
@drugsarebadbutalcoholisyum82393 жыл бұрын
finally tutorial for dummy like me :D
@michaelfinn15873 жыл бұрын
These are going good
@NerdCats072 ай бұрын
Workspace is not a valid member of DataModel "Game" The above sentence is what it told me when I tried to run the script. Also I tried copying yours word for word and it still doesnt work so idk what these comments are on about
@NerdCats072 ай бұрын
I removed that part and it worked fine and in ur last video i used that exact thing and it worked so i have no idea 🙃
@slewbp2 жыл бұрын
isn't boolean an if statement
@StrikerVideosTheYoloGames4 жыл бұрын
Hello, can you explain a type of variable like this and how it works. local var = isItTrue and "It is true" or "It is not true"
@a-dawg39933 жыл бұрын
i don't think Lua works like that you cant use "isitTrue" because that is not a real statement in lua but nice question
@StrikerVideosTheYoloGames3 жыл бұрын
@@a-dawg3993 I obviously know that, the isItTrue I sent was an "imaginary" variable.