I would've helped if I had the time.
I'm learning constantly about scripting and doing music production as well, so I don't have any.
I have some tips for you:
- Understand everything you learn about, or else creating scripts from scratch will be difficult. For example, how do if and while functions work? How do you use Vector3, Tween, UDim2, etc.?
- Do not ask for help about anything until you are 100% sure you will never be able to solve or understand it. Unless it's just a little error in your code that you happen to never find (like misspelling a variable name), don't ask something like "How do you cycle through the children of players with a function?" or "How do you script a car?" You can easily find information on Youtube tutorials and the wiki.
- Refer to the wiki for examples.
- Don't stress out over solving a problem. Take a break if need to.
- Script constantly. You will never "get used to scripting" if you don't do it constantly. |