#Bro what is the difference that is next to five like both of the 1s?
1 messages · Page 1 of 1 (latest)
Can you explain the confusion a little more? do you want more info on how the numbers in the loop works
counterPoints = 1
5 = how many times to run the code print(1) print(2)
1 = increment value
counterpoints is the starting value
so start at 1
run the code 5 times
increment starting value by 1
if thats easier to understand so if you run the for loop and print(CounterPoints) at the end you will get:
5
because it started at 1
and incremented by 1 each time the code ran
if you set the 3rd number = 2 and run print(CounterPoints) you will get:
10
well actuallyu youll get 11 cuz i think you'd have to set CounterPoints to 0 but lua starts at 1 for some reason idk
wdym set the 3rd number = 2? you mean the increment? it wouldn't be 10 it would still be 5
this is the simple answer, they were just going in depth @jovial epoch
never mind i ask ai to help me
bruh
for CounterPoints = 1, 5, 2
print (1)
print (2)
end
would run this
1
2
counterpoints = 3
1
2
counterpoints = 5
1
2
counterpoints = 7
1
2
counterpoints = 9
1
2
counterpoints = 11
thats not how it works
you start at 1 then you increase the number by 2 which is your increment
5 is the cap doesn't go further
so you only loop twice
too late we already lost him anyways 
bro is gone to ai
dude the amount of people trying to use ai
ai can be good for like a base but eventually its gonna fuck up ur whole project
good as long as you can understand what its giving you, too many people in this channel asking for help with errors the ai made that they dont know how to fix
yeah true its bassically trying to code without know how to code, wont get you very far
fax
although, is it just me or do yall agree that roblox studio itself is just a bad Ide
wdym?
i think vibe coding is a bad idea
** You are now Level 6! **