Page 1 of 1
How should I start using Lua
Posted: Sun Jan 29, 2017 7:35 pm
by Thehelmetguy1
I mean, where should I start? I want to learn coding with lua, and I know it is much more simple than it looks, but I am not sure on what should I begin with.
Re: How should I start using Lua
Posted: Wed Feb 08, 2017 9:47 pm
by Sambo
Find some tutorials for Lua.
Lua.org or the
lua-users wiki would be a good start.
Then, once you understand Lua a bit better, you should look at the SMBX-specific stuff
here. (Don't go here first or I can 100% guarantee that you'll be confused.)
Re: How should I start using Lua
Posted: Wed Feb 08, 2017 10:28 pm
by Fuyu
Learn general Lua. Practice some coding and then move to LunaLua. I've been watching
this guy's videos as of late and most of his content here was really helpful
Re: How should I start using Lua
Posted: Fri Feb 10, 2017 1:10 am
by Emral
Skipped through the first one and it seems pretty messy and it looks like he skips over a lot of important stuff. He doesn't do a good job at explaining why stuff works the way it does, leaving people clueless as to why things work the way they do.
I like the tutorials Sambo linked, because they're clearly structured and elaborate. Definitely check those out.