Jump to content

What would be the most effective way to learn scripting?


Juggles

Recommended Posts

I want people's honest opinions here. 

 

I don't have much knowledge on scripting or how it works but I really want to learn how to do it. 

 

I feel like when I look at a script or watch a video on Java, I am completely lost. How should I go about starting to learn the language and the most effective way?

 

Link to comment
Share on other sites

If your goal is to write scripts and not to learn a programming language, you can just learn the bare minimum Java you need in order to start writing a script: methods/control flow/variables/statements. You can skip pretty much the entire OOP part of Java, and still write great scripts (since it's mostly the logic which defines a good script, not the design). Some people post their source in the Downloadable/Local Scripts section, I strongly advise you to look up some example scripts there (decompile them if there is no source happy.png ).

Link to comment
Share on other sites

Read a book, take evening lessons, study programming, watching youtube tutorials, actually making script on your own and being interested in it also helps a lot! 

Yes scripting on my own has actually helped alot! 

I read the first few chapters of Head First Java and now I have a good background of how coding works.

I have created 3 scripts so far. 

 

2 of them that make over 200k/hour with no requirements and no other bots :)

I am trying to expand my knowledge and will start on a new project this week. 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...