Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do you setup a "for loop" in Lua/Roblox?

Asked by 8 years ago

So I tried the typical way for writing a for loop:

for(int x;x<=50;x++){
    print("Hello")
}

It wasn't till later on that I realized that I forgot that Roblox ran on Lua and not on Javascript...

0
So... do you have an actual question, or is this just a joke? Link150 1355 — 8y

Answer this question