@Jiggsaww

This is a great tutorial, I’m excited to try and apply some of this knowledge in studio. I’ve tried watching another couple scripting tutorial vids from others and, while they weren’t bad tutorials by any means, I feel like this one is just a lot easier to follow. Scripting is very complicated and takes some serious dedication to fully understand, but the way you break everything down and provide examples makes things a lot simpler. If anyone is confused by this video I highly suggest checking out other scripting tutorials as well. There may be certain ways other people explain things that make more sense to you so it’s important to look around and try learning from as many sources as possible. Good luck to everyone and thanks for taking the time to put this tutorial together 🤘

@AThingProbably

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.

@jinyoungkim8231

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 :)

@a_ron4632

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.

@cheezsr

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.

@IcyFire897

As someone who wants to start doing scripting commissions but has never coded before, this tutorial was super helpful!

@TheRealDeal.anti.propaganda

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.

@AKBrokeBedrock69

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)

@Krimitt

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 😊

@sank1lp

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!

@SuperSomieStuff

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!

@wawadoggo

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!

@VlogsByVicSky-xh1bo

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!

@Crissamah

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

@Alverix1

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

@Duge-Purple

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!

@davidklemen5264

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!

@BrandNewGaming159

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!

@OrbitalSnapshots2455

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.

@Skilledarkmagician

This video taught me more than an entire series thank you so much