I like this tutorial, instead of starting off the script with " just put this code in, I'll explain it later," you actually decided to explain it immediately. This is what made me engaged, it helped me understand basic things as soon as I started, instead of putting in things I didn't understand. Very good tutorial, 5 stars.
Oh my gosh, this tutorial is extremely helpful! Unlike others, you don't lecture about one part for HOURS. You explain EVRYTHING in ONE video, plus you make it easy to understand! YOU DESERVE MORE THAN 60 THOUSAND SUBS. I MEAN IT :)
As a programmer/scripter, this tutorial is pretty good for beginners, although the user must wonder around more to become a master in my opinion.
Holy crap, this is actually such a good tutorial. I have switched from Unity to Roblox Studio since Roblox handles all the multiplayer, and if anyone has been scripting for a while, they already know multiplayer is really hard. This tutorial makes it so quick, but so easy to learn, you describe everything very well, and it will help me out a lot in the future when I am going to be making my dream game. Thank you.
As someone who wants to start doing scripting commissions but has never coded before, this tutorial was super helpful!
It is absolutely crazy how much I learned from this video , I am 100% going to rewatch this like 2 or 3 times to fully comprehend this, it is absolutely amazing, good luck to all of my fellow future developers! ps : scripting has always been my dream and i never knew how to start, this video is the answer, Remember whatever problem in scripting you have, dont give up because there is a solution, you just have to find it and fix the issue, even if it means re-writing the whole code, tip: use Print in between lines of code to see when it stopped working.
for the challenge in 34:31, i made a simpler script local killbrick = game.Workspace.killbrick local Players = game:GetService("Players") killbrick.Touched:Connect(function(hit) local playerCharacter = hit.Parent local player = Players:GetPlayerFromCharacter(playerCharacter) playerCharacter.Humanoid.Health = 0 end)
To be honest, this is the best programming tutorial I've watched so far, you explain everything clearly and simply, I got the most useful results from this tutorial than from other tutorials. Thank you 😊
Best Beginner Scripting Tutorial I've seen so far. Just wanted to learn Lua and this video helped alot on the basics. I will save this video for sure man. Thanks!
Thanks a lot for this tutorial! I tried scripting 3 years ago and had a lot of trouble with the tutorials I was using (Parameters and For loops) but coming back after a bit watching this video, you explain them so clearly that I straight-up thought "what was I even stuck on lol"! You got a new subscriber!
I think this is a pretty good tutorial for people sing really basic programming knowledge (like me!) I saw many playlists of really in depth Roblox Scripting tutorials, but I get extremely bored when taking 30 minutes explaining how to add or what a IF statement is lol. This made everything more interesting for me!
Someone give this man an award! This is BY FAR the best tutorial I have seen in all of YouTube! it's so easy to follow and literally just said everything that other channels use 5+ hour vids to explain and he made it so easy to understand. idk how you did it, but thank you very much!
TYSM! So happy I found your channel. There are other beginner videos bt no real explanation or definition of functions. (Which might make you feel like quitting if you don't know what they mean.😭) I always wanted to learn how to script in Roblox but now I'm learning bc I want to help my son with his game and other projects. Thanks again, wish you the best and take care.😊
Thanks you soo much I saw other tutorials and its was soo hard to understand right now i see this and its really ez to understand thanks you for making this
This video is amazing, im sorry to say there were countless times where I saw it and just passed it as if it were nothing, little did I know it would end up being one of the most helpful things ive seen. Thank you!
this is one of the best tutorials out there! you explained what every part of the code does, why its that way, and how you can change it, i loved tinkering with the code that i copied from your tutorial and doing my own things, like making it so something dissapears if it touches the red part!
I remember coming to this video about 2 years ago and not understanding anything to being an intermediate dev in unreal and unity and literally kind of mastering roblox studio after this video. Thx for the video it helped me get the gist of roblox studio!
Really helped! I was stuck on services and Events for a while. Mainly the parameters confused me like (player) and (hit). Like I didn't know what those names were corresponded too. I been watching the video multiple times and I'm starting to get a grip, this kinda stuff really makes ya overthink things easily.
This video taught me more than an entire series thank you so much
@Jiggsaww