|
| 25 Jul 2016 09:52 PM |
Can you make something more easier for some people.
Maybe you make a feature to make scripting easier to make games, and people who likes the original way of coding can keep it how it was. The way that looking for is a building blocks type of thing? Like Scratch.Mit.EDU or Code.Org. Or maybe not from copyright. |
|
|
| Report Abuse |
|
|
WoodFlare
|
  |
| Joined: 21 May 2011 |
| Total Posts: 4423 |
|
|
| 25 Jul 2016 09:59 PM |
The wiki is a great place to start coding, you should check it out. There's also various tutorial series on youtube that you should look through as well.
The more you get into it, the easier you realize regular coding is!
woodflare, 6 year old dev (no not like that) |
|
|
| Report Abuse |
|
|
Borsy
|
  |
| Joined: 31 Jul 2014 |
| Total Posts: 15111 |
|
|
| 25 Jul 2016 10:58 PM |
lua is very simple compared to other programming languages let's compare the code to put "Hello!" in the console output in lua and c++
lua: print("Hello!")
c++: #include iostream //the iostream is supposed to be in < and > but roblox wont allow int main() { std::cout << "Hello!"; std::cout << std::endl;
return 0; }
r+://449719662r+://449719756r+://449719862 |
|
|
| Report Abuse |
|
|
|
| 25 Jul 2016 11:25 PM |
| No other player to ROBLOX will understand that. |
|
|
| Report Abuse |
|
|
Borsy
|
  |
| Joined: 31 Jul 2014 |
| Total Posts: 15111 |
|
|
| 25 Jul 2016 11:27 PM |
it's literally one of the most readable programming languages, it's like typing english
r+://449719662r+://449719756r+://449719862 |
|
|
| Report Abuse |
|
|
| |
|
Borsy
|
  |
| Joined: 31 Jul 2014 |
| Total Posts: 15111 |
|
|
| 26 Jul 2016 12:06 AM |
@delgado do you think this is a joke? lua is as simple as you can get
r+://449719662r+://449719756r+://449719862 |
|
|
| Report Abuse |
|
|
WoodFlare
|
  |
| Joined: 21 May 2011 |
| Total Posts: 4423 |
|
|
| 28 Jul 2016 03:45 PM |
agreeing with borsy,
rbxlua is one of the easiest programming language, to write & to read. (coming from someone who knows html, c#, javascript, java, rbxlua, and a little c++
woodflare, 6 year old dev (no not like that) |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2016 03:47 PM |
Lua is quite easy, you dont need to make it any easier.
"We are the Borg, interstellar candy merchants, and we have free samples right here in our cubes, please come in and taste!" |
|
|
| Report Abuse |
|
|