05-11-2011, 10:21 PM
I do not understand how to use it, it is very confusing
Lua is confusing
|
05-11-2011, 10:21 PM
I do not understand how to use it, it is very confusing
05-11-2011, 10:51 PM
Then why don't you look at some PHP or Java.
I think then you might change your mind. As my signature used to say, Lua is similar to English (at least, more so than other languages.) And it doesn't involve too much complicated symbols or logic. For example, several of the most common lines you'll see in Lua look something like this: [lua] while true do sleep(5) if script.Parent.Name == "Box" then print("This script is running in a box.") else print("Script not inside a box. Ending loop.") break end end [/lua] In english... Quote:while this script is running, repeat
05-12-2011, 12:54 AM
helped a bit but i still dont fully understand it
Php or Java? Those are way harder than Lua...I wouldn't try it...
05-14-2011, 03:27 AM
You serious? Lua is like the easiest language.
Oh and Chaos. LEARN UR ACRONYMS.
06-12-2011, 09:43 PM
Python is/or almost easier than Lua.
|
« Next Oldest | Next Newest »
|