What is the best way to learn Roblox Lua?

Hey,

I was just wanting to know what your advice would be to learn Roblox Lua. I want to learn it to as high as possible, I come from a background in Python and a little bit of HTML and JavaScript. I was wondering how I should go about this?

I like tutorials as well as just reading API docs but especially when they have direction and examples.

Thanks,

1 Like

A summarization of all posts ever about this topic :

To learn Lua just invest time and effort with a genuine interest.

Watch tutorials and use the Forum and the Developer Hub for explanations on what’s being done with the code, also choose from various free plugins and websites that also help you learn it. You can also use free models to see code used for achieving certain things and research about what’s being done, though cautiously .

Here are all the resources :

Compilation :

Developer Hub : developer.roblox.com

Resources :

https://www.lua.org/pil/contents.html
http://lua-users.org/

Thank you so much I appreciate it.

1 Like

I personally think that the best way to learn Roblox Lua is to look at tutorials, look at open-source code, Lua websites in general, and reading the Roblox developer wiki. Viewing, reading and editing code slowly makes you learn it.

Useful Websites:

https://www.lua.org/pil/contents.html
http://lua-users.org/

DutchDeveloper
TheDevKing
AlvinBlox

Above i have linked three youtube channels that have in-depth tutorials of current roblox scripting, I feel that this will help you out tremendously.

Cheers guys, I really appreciate all of this.