Beginner's Roblox Scripting Tutorial #8 - If Statements (Beginner to Pro 2019)

preview_player
Показать описание
Beginner's Roblox Scripting Tutorial #8 - If Statements (Beginner to Pro 2019)

Hey guys, in today's video I am going to be teaching you about if statements. Now these are very important because you will use these all the time when you are scripting and they are useful for finding out values of variables. If statements are pretty easy though so no need to worry. As always if you have any questions be sure to leave a comment, and I will get back to you as soon as I can! I hope you guys enjoy the video and I'll see you tomorrow!

Link to Beginner's Tutorial Series:


-- Join my Discord Server to learn and meet other developers!--

--What is this series about and who is it for?

So this series is meant for people who really want to learn exactly how to script, if that is you then I promise by the time you watch this whole series you will know exactly how to script on roblox. Anyways be sure to subscribe to see whenever I release a new tutorial and I will see you guys in the next one. Peace!
Рекомендации по теме
Комментарии
Автор

1:00 for my people learning to script on roblox during quarantine, the simpler understanding is that == is asking "are they equal?" and = is saying "this is the value

Example: 3 == 3 it's checking if the first value is equal to the second value
x = 3 its saying that the value of x is 3

vebvoroxe
Автор

If statements are by far one of the most fun things to play around with in scripting. The amount of power an if statement gives you is just unmatched

eggstatus
Автор

I was terrified to start scripting but once you get going you notice some patterns. Thanks for this series it's helped a lot

wuz
Автор

Watching this in 2024, still the most easiest to understand tutorials out there

Morezplug
Автор

All though its been 5 years i am now a pro scripter cause of this guy and he does such a fantastic job of explaining scripting and all that stuff and without him idk if i would of been able to script lmao

irongriff
Автор

Your tutorials are so helpful and easy to follow, I love the content man! I haven’t found any others that have made it this fun and easy to do.

Mestrix
Автор

This one is easy. Love it man keep it up!

loadingyourdata
Автор

The fact that you're tutorials are also kid friendly just makes it better so aspiring developers on the younger side can also learn

sunthestupid
Автор

he has managed to fit this topic into a 7-minute video while all those Roblox scripting "pros" make a whole 20-minute video and in the end, you barely understand a thing they said. Your content is very beginner-friendly, keep it up and never give up!

attackerstoasdfa
Автор

omg this guy is so much more affective than teaching myself how to code! If only I had known sooner :C

givemeyourmoneyGAMING
Автор

I love how this man explains things, it's helping me learn the basics so quick

lem
Автор

Honestly, this is one of the most self explanatory tutorials here...aside from the having == instead of = to avoid confusion with the variable things

Targetstrike
Автор

Thanks to this series i managed to make my first script !😁

local Baseplate = game.Workspace.Baseplate

local function Test()
Baseplate.Anchored = false
wait(2)
if Baseplate.Anchored ==false then Baseplate.Anchored = true

end
end
Test()

nickmoschos
Автор

Just now going through your tutorials and they're super helpful! I really like that you give a lot of examples when explaining it bc it makes it easier to understand :)

Bloxtun
Автор

I love this, you are the only tutorial i could find that is not hard to understand, definitely making a game by the end of this!!!! Love this series!

Bradificus
Автор

All these years I knew you, I never knew you were so talented at stuff like this.
Thank you for the tutorials, they help me a lot!
Keep up the great work!

dxrk
Автор

Watching this 6 years later still best scripting tutorials out there

terminator
Автор

I have watched so many coding tutorials and they all make it super complicated. Thank you so much for this series. I am confident I will be able to make a game by the end :)

scarefoe
Автор

Yo devking I was very confused with scripting and i thought i couldnt do it. But when I found you in YouTube, it helped me learn alot! Thanks devking❤

vinjo
Автор

Don’t know why but a year ago I struggled really hard with these, they were way too complex for some reason and my brain couldn’t learn it right. It almost led me to copying code, but I just decided to stop Roblox developing in case I did start to copy Roblox code. But a year later and I decide to look back into it, and I can understand this tutorial so well and I even took some notes that helps me even more. Thanks DevKing 👍! Not that prepared for advanced but I’m ready for anything 😃

mrjoestur