Hello! I'm really sorry this is going to be one of the most basic questions but it wasn't explained well in Code Blue's video here
Basically when you're using the loop
for k, v in pairs() do
I'm confused as to what all can go into the parenthesis and why it has to be next to the word "pairs" I understand this is basic stuff so I'm probably going to get a bunch of those stupid brown box reactions but that's really my only question about loops right now.
It's used when you want to "un-pack" a table.
You can read more about pairs here: pairs
Wow... so many things just clicked... thank you.
No problem:)
Sorry, you need to Log In to post a reply to this thread.