Beginner's Roblox Scripting Tutorial #19 - in pairs loop / pairs loop (Beginner to Pro 2019)

preview_player
Показать описание
Beginner's Roblox Scripting Tutorial #19 - in pairs loop / pairs loop (Beginner to Pro 2019)

Hey guys, in today's video i am going to be teaching you about in pairs loop in roblox scripting. Anyways, this is a pretty fun video and we build a house and have a pretty fun tutorial. Anyways enjoy the video!

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!
Рекомендации по теме
Комментарии
Автор

this is it, you have reached the end. onwards, onto the advanced tutorials!

carteradams
Автор

So honestly your videos helped me a lot more than AlvinBlox because you stayed on topic as much as a possible and kept the videos short enough to keep the attention. I literally binged it all and I understand them all WAYYY BETTER. Thanks

David
Автор

I've just finished this whole playlist. Thank you so much. This series was so simple to follow and it started right from print statements. Thank you so much...

akshitagoel
Автор

i love how he makes examples, makes all of us have an idea on how to use what he's teaching and it just sticks to my mind more

carglitches
Автор

if you've reached the end of the tutorial, grab some scripts from the toolbox, look inside of the scripts and see how this fundamental knowledge is applied to scripts you see ran in other games to get a better understanding before moving onto the advanced tutorial. this method really helped me learn and retain a lot of the info from this series

CreepaZX
Автор

Everybody gangsta till devking brings up his obsession with hotdogs

sylvanusdzotsi
Автор

5:08
You should really think about becoming a builder instead of a scripter. Your skills are amazing!

JY_JP
Автор

I understand these videos were made more than a year ago, but I can't begin to explain how thankful I am for having these tutorials. I wanted to start learning Lua because after seeing other people's creations, it brought out my passion in game developing! Out of all the things you could do on this platform such as, animating, modelling, etc, I chose scripting as I believe there are much more possibilities to do with it! I would like to congratulate the people who've finished this playlist, including me. As I've tried getting into Lua before, I lost motivation to learn it and completely stopped watching these tutorials, here we are now, learning everything from scratch. I will proceed to rewatch these videos till I gain full knowledge of the beginners subject before I go into advanced. As I don't want to miss one single thing about this coding language, thank for Dev King for bringing these tutorials, they motivate me, and help me strive closer to my goal of learning Lua. :]

shadowmere
Автор

Took me awhile to get here. I’m now on tutorial number 15 on his advanced series and all I can say is it’s hard at first, but it gets easier faster. I truly believe that everybody here can make an incredible game, good luck, and this is only the beginning of an incredible time!

BABAPLAYTOOMUCH
Автор

I kid you not, learning tables and i v pairs from you has just opened up a whole new world of possibilities for me. When i originally tried learning i couldnt understand these for the life of me and now i came back to your videos its so simple. Thanks for the W tutorials

mariotheballer
Автор

TheDevKing: "First things first, leave a like"
Me: "Oh ok"

lorenzomarchini
Автор

Finally made it to the final episode of the Beginners playlist! Proud of myself and everyone who watched every video all the way through, keep it up and we can all become big one day

XentricX
Автор

Him: beginners scripting


Also him: puts the whole jailbreak script in the thumbnail

eyeofazurewrathe
Автор

Last video: gets 11k views
this video: gets 12k views

The 1k people who skipped half the series: haha scripting go "type type"

EDIT: i thought this comment would be forgoten lol

funneman
Автор

I finished this playlist so quickly and it really helped me refresh my mind from what I learned from others because I sometimes forget what others taught me lol. I am going to now jump in to advanced scripting

mintyrblx
Автор

Helpings hand: the i in for *i*, v in pair() do stand for index which is the position it holds in the table. For example

local myTable = { 1 , 2 , 3 }
local myTable = {“bob”, “bruh”, “lol”}

In each space separated by a comma holds an index. And what ever is in those spaces holds a value

Clapity
Автор

for anyone wondering how to use for loops without the in pairs its fairly simple here's and example:
for i=1, 10 do
print("Hi")
end
what this does is it makes a local variable for it and counts up by 1 and prints hi each game tick until it reaches the same value as the 10

tuaungful
Автор

Thank you so so so much!! I used to want to learn Lua like months ago but.. None of the tutorials I found were good enough for me. And then, when wanting to continue my journey on learning Lua, I found your channel. And I absolutely love it! This playlist was so simple to follow, and easy to understand. The fact that your videos are short, but so effective!!! You have all my support, and thank you so much for making these tutorials.
Love <3

eve
Автор

Hi TDK, I truly learned a lot from this course. Looking at what I've written down, at the end of the basic course, I managed to pick up 165 key lessons

thedaranesianconfederation
Автор

---Correction

If you're watching this in 2021

there is a correction
You cannot put () in the table

You have to put {}

for ex.

local HousePart = {game.Workspace.Part1, game.Workspace.Part2, game.Workspace.Part3, game.Workspace.Part4}
It will work only is you put that type of bracket bye bye

Shayuuuuuu