of     1   

Drmusic13
#177477049Wednesday, November 04, 2015 3:43 PM GMT

So I have been trying to learn rbx.lua, and I was wondering if you just learn regular lua will you already be able to use rbx.lua with just a few altercations. And also how did you guys learn lua?
Eyerny
#177477152Wednesday, November 04, 2015 3:46 PM GMT

I learnt from the wiki though most people learn from youtube videos.
chimmihc
#177477578Wednesday, November 04, 2015 4:00 PM GMT

Because of the nature of Lua they really are not two different languages, Lua was built to be embed into programs.
Drmusic13
#177478680Wednesday, November 04, 2015 4:41 PM GMT

So you are saying if I learn lua, and then go to roblox studio I will already know what to do?
chimmihc
#177479259Wednesday, November 04, 2015 5:01 PM GMT

Know what to do for what task exactly?
Drmusic13
#177479286Wednesday, November 04, 2015 5:02 PM GMT

To start making a game, sorry if I seem dumb but I am pretty new to coding.
helloburp
#177479449Wednesday, November 04, 2015 5:08 PM GMT

Yeah, you'll just need to learn the new roblox functions and instances. By the way, I started learning about algorithmic thinking/scripting a few years ago with Scratch, then I used that experience and started editing scripts and viewing the wiki on Roblox. I also used a few videos for reference, but the wiki is an intermediate/experienced scripter's best friend. When life gives you lemons, don't make lemonade!
chimmihc
#177479479Wednesday, November 04, 2015 5:09 PM GMT

Well sure, you can make really simple games with vanilla Lua, but you would have more luck with learning the API used to interact with the server and clients.
helloburp
#177479561Wednesday, November 04, 2015 5:11 PM GMT

True. Coding for a multiplayer-centered engine can be way different than a singleplayer based one. When life gives you lemons, don't make lemonade!
Drmusic13
#177479771Wednesday, November 04, 2015 5:17 PM GMT

Since you seem to be really experienced, can you link me some stuff so I can start practicing?
helloburp
#177480028Wednesday, November 04, 2015 5:25 PM GMT

Since many newbies find the wiki unhelpful, I'll link you to a very helpful youtube series. https://www.youtube.com/watch?v=_9aGRXxiezE&list=PLA4609EA2E5307C94 It goes through all the basic things you will need to know. To make a good game, all you would really need to watch is episodes 0-4. After that, almost anything can be learned with a simple wiki/youtube search. Those episodes just teach the basics. When life gives you lemons, don't make lemonade!
RoKjell
#177480987Wednesday, November 04, 2015 5:59 PM GMT

I learned it from the wiki years ago Why? Because I can.
Drmusic13
#177482830Wednesday, November 04, 2015 6:57 PM GMT

Alright man thanks so much.

    of     1