What is the best way to start learning LUA?

There are many good places to begin with.

If you have zero knowledge about programming at all, I would greatly recommend a platform that can teach you. SRB2's Lua may not be the best first option available to you because of some of the changes made to the language.
Learning normal Lua is a good start to begin with. Check this out: https://en.wikibooks.org/wiki/Lua_Programming
You can also use this while trying to experiment with SRB2. The wiki explains how hooks work, so if you can get a grasp of that, it should be smooth sailing from there.
Lua is pretty beginner friendly.

You can also, well, use Google to look for lua tutorials. :blink:
If you're willing, you can also give Scratch a shot. It's not Lua and certainly not connected to SRB2, but gives you an idea on how programming works through literal building blocks.
 
To be fair, I started learning LUA purely through the wiki and am pretty good with it. Don't take my mods as what I think good coding looks like, though. They suck and more time should have been spent on them.

But, you don't need to know LUA to make a good character. There's one or two examples of characters that don't use LUA and are fun.
 
It's better to start off with normal Lua, since SRB2 uses a completely different version of it, and do small projects at first (e.g. Abilities for one of the vanilla characters, custom enemies, etc.).

Also, don't try to rush learning it, otherwise you'll get nothing done.
 
There are many good places to begin with.

If you have zero knowledge about programming at all, I would greatly recommend a platform that can teach you. SRB2's Lua may not be the best first option available to you because of some of the changes made to the language.
Learning normal Lua is a good start to begin with. Check this out: https://en.wikibooks.org/wiki/Lua_Programming
You can also use this while trying to experiment with SRB2. The wiki explains how hooks work, so if you can get a grasp of that, it should be smooth sailing from there.
Lua is pretty beginner friendly.

You can also, well, use Google to look for lua tutorials. :blink:
If you're willing, you can also give Scratch a shot. It's not Lua and certainly not connected to SRB2, but gives you an idea on how programming works through literal building blocks.
I have actually made quite a bit of scratch in the past, but I think I'm ready to move on past that.
 
So What do I have to do with it?
What are you referring to with "it"?

If you're referring about the Lua manual, you use it to learn Lua. Except the manual is actually a reference manual, and I strongly do not recommend it for learning Lua. Instead, use any of the various Lua tutorials around the web to learn it.

If you're referring to the Wiki, you use it as a reference manual for the various things you can mess with in SRB2. The Wiki doesn't teach you Lua, it just shows you what you can do with it.
 

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top