What the for loop does is makes your command, or commands go a set number of times. L = 10 for i = 1, 10, L do print("Hey") end What that does is prints Hey in the output 10 times. The for loop sets i to 1, then adds 1 to i, and then after 1 is = to L
| Entity | Attribute | Value | Rank |
|---|