I hope this question wont be taken down since its not exactly pertaining to code, but how long (this might be better on the ROBLOX forums) did it take you to learn how to code, and, what resources did you use?
I will say however, this question has been answered many many times. The following are some links to other answers from more advanced users.
I learned the slow, and hard way. This way is less common, but it's what works best for me. I can learn through listening and doing much better than I can from reading, or learning from looking. I can however do this, but it's much more easy for me to learn from youtube
than it is for me to learn from SH
or the wiki
.
Most of the greats have learned from looking at free models
and the wiki. This is arguably the best way to learn how to script. The important thing is to do everything you learn for yourself. The more you do something, the better you'll get at it. Some people learn like I do, from youtube
or from others. It's important for you to find what's best for you.
Instead of providing links for this one, I'm going to provide basic scripts for you to look up, and take apart.
It took me 4 months to get from nothing to where I am as of writing this answer.
Hope I helped!
Good Luck!
It all depends on how dedicated you are. Some people pick it up easier than others. I personally think you learn the most by practicing, even though you think you have it. I've spent years doing lua on Roblox, yet im still not that good. I prefer other languages like java and python because they are more powerful, not as buggy, and give you so much more room to code the way you want, vs. Roblox forcing you to use their terrible hierarchy of workspace, StarterGui, ect. I enjoy roblox lua when it works lol, its an easy language to program 3D games in which is kind of why I still do it, and I enjoy communities of developers like SH. Experiment in other languages, ALWAYS consult http://wiki.roblox.com/index.php?title=AllTutorials and all the effort you put in really does pay off! To wrap up your question, it could take a really long time, or a shorter time, but you definitely won't be scripting front page games for roblox on your first day.
How long does it take to learn?
In any programming language there are three (or more) main skills which you will need to succeed:-
1, Reading the API/Doc's about how and where u can use methods and variables
2, Reading and understanding compiler error
3, Debugging code and resolving logical errors
Other things such as understanding how the code will be used e,g. client/server operations, security and documenting code ect.
How did I learn
In short mainly YouTube and books for programming, but a good start would be to understand OOP (Object Orientated Programming).
The programming languages that I know are, VB, PHP, Java, Lua and other things like databases (SQL).
The Good News
Once your have learnt the basics then the same skills can be applied to any programming language which means that you only need to learn the syntax.
Other Info
Programming languages can be categorised into two groups, "loosely typed" and "strongly typed".
Lua is loosely typed as you do not define the variable types e.g. txt = "a" but Java is so you need to declare the variable type e.g. String txt="a"
If there is any thing else I can add pls comment.
I really just relied on this site and roblox dev wiki. I'm surprised I got this far into Roblox Lua coding just by reading and looking at images, and I thought i'd never learn that fast.
So you asking how did I learn to script and how long it took?
How did I learn to script? I used sources for example the roblox wiki and the roblox dev site
I would recommend you use the dev forum to get good at scripting considering most devs there are out of my league.
How long did it take?
Well it really depends on the way you think. It took me 4 years to learn what I know now. I was 10 when I started scripting so it just depends how you mind processes things but because I was young and didn’t understand much my mind had to mature to learn the advanced scripting such as DataStore2 and Tables.
Hope this helps your question
Locked by youtubemasterWOW, zblox164, and JesseSong
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?