How to be creative with my scripts?

Hello, I would like to know how to be more creative with my scripting. Right now, when I want to script anything, I have to look up a tutorial or look at the API. My first thought was that I would just have to keep scripting and get more advanced over time, but are there better/faster ways to achieve this?

2 Likes

A lot of learning how to program comes from simply reading forum posts or literature regarding to programming, as well as searching possible ways to go about your desired end result. The most important piece of advice I can offer is that when you see something that you didnt think of don’t simply copy and paste that piece of code since that does nothing for the learning process. When you see that piece of code you should read it line by line and just be a “code detective” and figure out why that line is where it is and what that piece of code does and how it contributes to the program as a whole. As you continue to learn other ways to do things the creativity sort of folds itself into the code naturally. Hopefully that helps. Good Luck!

4 Likes

Thank you so much, I will try to implement this as I go on.

2 Likes