ArtismzJoin Date: 2016-06-14 Post Count: 979 |
im an idiot and im dumb as hell
k bye!!!! |
|
|
just read the scripting book on the wiki: http://wiki.roblox.com/?title=Scripting_Book
it covers pretty much everything about lua and looks like it would be easy for beginners to understand |
|
|
ArtismzJoin Date: 2016-06-14 Post Count: 979 |
no i want to learn it myself with no wiki just read like free modelsssss
k bye!!!! |
|
|
you want to learn it yourself but no wiki
???
buy a book then
FYI the wiki is one of the most important things about roblox development
do you know how many times i forgot how to use the userinputservice |
|
|
and if you want to read free models then thats not hard, just search general stuff and read scripts |
|
ZawieJoin Date: 2010-07-04 Post Count: 6338 |
-> learn yourself
-> no wiki
lmao, even experienced scripters reference wiki |
|
ArtismzJoin Date: 2016-06-14 Post Count: 979 |
k fineeeeee
print("hello i am so cool!!!!") |
|
|
"no i want to learn it myself with no wiki just read like free modelsssss"
you can learn by reading free model scripts (thats how i learned scripting) but youre still going to need to read the wiki to find out what parts of a script are doing
for example you probably wont be able to figure out what coroutines or string patterns are by just reading them in scripts, youll need to go to the wiki |
|
ArtismzJoin Date: 2016-06-14 Post Count: 979 |
whats a string you mean a piece of string????? :/
print("hello i am so cool!!!!") |
|
ArtismzJoin Date: 2016-06-14 Post Count: 979 |
nvm found it " But what is a string? A string is something that holds words, letters... Generally any keyboard characters and can be found between speech marks, quotation marks and [[ and ]]'s. A boolean is something that contains ### values, false and true. Object variables? What's an object variable? It's a variable that contains objects." print("hello i am so cool!!!!") |
|
Alend43Join Date: 2013-11-13 Post Count: 451 |
Roblox University |
|
zdpwnJoin Date: 2013-10-12 Post Count: 79 |
learn the easy maths in lua too. like this print (7 + 2) ==> 9 is the outcome. if ### # ## ## ### then print ##### # ## ## ##### end if zdpwn + lua == life then print ('zdpwn + lua == life') |
|
zdpwnJoin Date: 2013-10-12 Post Count: 79 |
ehh forget the hashtags
if zdpwn + lua == life then print ('zdpwn + lua == life')
if zdpwn + lua == life then print ('zdpwn + lua == life') |
|
|
If you want to do something productive, learn a more useful language like C++ or JavaScript
NULL > NIL |
|
|
zdpwnJoin Date: 2013-10-12 Post Count: 79 |
(up post) true...
if zdpwn + lua == life then print ('zdpwn + lua == life') |
|
|
I am learning scripting by Scripting Book. It really helps very much. |
|
zdpwnJoin Date: 2013-10-12 Post Count: 79 |
watch on YouTube, PeasFactory. He made me learn lua easy. theres tutorials for beginners to even advanced, how crazy is that?!
if zdpwn + lua == life then print ('zdpwn + lua == life') |
|
|
a bit old but this helped me a lot https://www.youtube.com/watch?v=0LiaEDui2vE
|
|
zdpwnJoin Date: 2013-10-12 Post Count: 79 |
^ not as old, I watch PeasPod/PeasFactory and his tutorials are old and still works. xddd
i use it until this day
if zdpwn + lua == life then print ('zdpwn + lua == life') |
|
|
Are there any scripting schools? |
|
|
the wiki may not be the best learning environment, but if you know how basic code syntax, threading, events, methods, functions, etc work, the wiki is one of the most useful resources out there
like someone above me said, I forget how to do things all the time, but all I have to do is go look at the wiki page again |
|