How can I become a better scripter? What do you think I need to learn?

Actually, the situation is that although I do things quickly when I know how to do them, I get really bored when I spend time on things I don’t know and my projects are usually left unfinished. And what can be done to be better between yesterday and today. What should we do to understand that the day was not wasted.

1 Like

Or what do people who work in a company on roblox do when they don’t know how to do something?

They keep looking at the problem and slowly try different ways to solve them. There’s no secret. When you try something, observe exactly what it does and understand why it’s doing that. Break things down into their individual components, then think about the different ways to implement those components. If something doesn’t work, figure out why it doesn’t work.

Any exposure to math is also helpful for your problem-solving skills. Many students in school fall into the trap of memorizing solutions instead of actually trying to logically think for themselves. That’s probably what you’re doing with scripting as well — you’re trying to find the solution without fully understanding the problem first.

1 Like

Google what you don’t understand, read the documentation, ask ChatGPT to explain it, watch tutorials. There are plenty of ways to learn how to code something. Take free models and go through every line of code, make sure you understand what the script does.

1 Like