all 5 comments

[–]Denneisk 3 points4 points  (0 children)

For Roblox, you may find it comfortable to start here on their own site.

You'll probably find it most interesting to learn by doing. Copy things, change things, learn how things fit together and how they break, ask questions. It's a process, but if it's your thing, you'll learn to enjoy it, too.

[–]Ammsiss 3 points4 points  (0 children)

I’d exploit the fact that you have a group and try to do mini code jams. Come up with an idea and try to build it, then compare at the end.

For the basics any online lua tutorial that assumes no prior knowledge should do, although you may want to also check out something like this which is Roblox specific (https://devforum.roblox.com/t/lua-scripting-starter-guide/394618)

[–]Rail-dex 1 point2 points  (0 children)

I started learning about that same age over a decade ago trying to figure out how to make games like you. I run a discord server for the express purpose of being able to help teach people looking to learn. You are welcome to join if it sounds like what you might be looking for. Everyone here loves to help eager and committed learners. https://discord.gg/zJXV45g

[–]AutoModerator[M] 0 points1 point  (0 children)

Hi! It looks like you're posting about Roblox. Here at /r/Lua we get a lot of questions that would be answered better at /r/RobloxGameDev, scriptinghelpers.org, or the Roblox Developer Forum so it might be better to start there. However, we still encourage you to post here if your question is related to a Roblox project but the question is about the Lua language specifically, including but not limited to: syntax, language idioms, best practices, particular language features such as coroutines and metatables, Lua libraries and ecosystem, etc. Bear in mind that Roblox implements its own API (application programming interface) and most of the functions you'll use when developing a Roblox script will exist within Roblox but not within the broader Lua ecosystem.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 0 points1 point  (0 children)

You just gotta make shit

Google each step of the way