How to improve scripting skills

Hello fellow developers!

Ive been in roblox studio for 3 years, and yet i still dont know much about scripting, everytime i code im watching a tutorial which just discourages me.

I know the basics such as
Variables,
Services,
Some functions like :Connect, and :WaitForChild

Im posting this topic to find out if theres any way to get better at scripting
Thank you for reading this.

1 Like

try and make something simple, if you cant make it, look up a tutorial and try and learn how the code works. Since you only know the basics just keep trying to make as many projects and systems as you can in order to learn the most. :+1:

1 Like

The best way to do it, is to go and create your own video game! Thats how I learned Lua, by building a simple game called Cross Runners. I never published it, but it gave me all I needed to know about everything in ROBLOX studio and how it works. Because Youtube will not tell you everything, and you have to physically make a video game in order to learn the other things YouTube won’t tell you. Youll run into problems, look up how to solve those problems, and come across the items you need to fix your game. Thats how you learn.

1 Like

Look at open sourced games and try to recreate them by remembering how it was written.

Just what i needed to stay motivated thanks, and i guess i have to be patient with the coding process

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.