How can I improve my scripting skills?

Hi everyone! I need some help with getting better in scripting. I havent scripted for a long time and I need to get some tips. Maybe something like maths or: for, in, return, if, else, elseif and other commands. I would be happy if you can give me some tips to get better in scripting. Tutorial videos on youtube dont help me very much, thats why I decided to ask here for help.

I recommend looking around in developer.roblox.com, that helped me get good at lua. Also going around the devforum and having a look at the community tutorials. I also recommend searching a topic on developer and devforum websites that you are working on, you may learn some extra skills on other libaries.

2 Likes

I’d recommend just trying to re-create random ideas you have, but in ROBLOX.
can help you learn a wide range of stuff depending on the idea

1 Like

just think of an idea nobody else has made, and try to make it. It will make you an amazing scripter

1 Like

Learn the basics such as variables, conditional (if) statements, (for/while) loops, tables, functions, etc. Then, read through a bunch of the documentation on Roblox’s developer site. This will help you know what different objects, tools, and services are out there, and that knowledge can help you come to a good solution when you are trying to make something new. (Plus, it includes example code in most pages, meaning you can see how it would get used in a script.)

1 Like