Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Wherever do I start learning how to script and how can I memorize certain codes like function? [closed]

Asked by 7 years ago
Edited 7 years ago

This question already has an answer here:

How Should i start to Code?

Hello, I'm a beginner to Roblox Scripting and only know how to save someone's points, make a laser gun, use Coroutine, use Raycasting, and GUI. But I feel like I'm not fully understanding how to use a Roblox script. I go on studios just wondering how to script this. So here's the question. Where do I start learning how to script. What did you guys do to become this good at scripting?

0
I'd suggest "PeasFactory" on YouTube, go to his basic scripting playlist. He teaches pretty well and he helped me get to where i am now. Sometimes if you don't understand something, just repeat the video. Mayk728 855 — 7y

Marked as Duplicate by M39a9am3R

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

2 answers

Log in to vote
1
Answered by 7 years ago

I learned from alvinbloxx, he is helpful.. Maybe any youtuber...

wikiroblox gets you a lot...

Ad
Log in to vote
0
Answered by 7 years ago

Well, we were all once a beginner but I want to share how I became a better coder. I will list down some things I done and explain why.

-- Watched Roblox Tutorials on Roblox Wiki

This is because the tutorials Roblox give are for beginners. Now how do I remember all this? It's basically studying. You can practice using the code over and over again. That time I had great interest in making games so it was easier to study. Here's the thing: You study better at the stuff you want to study.

-- Watched AlvinBlox on YouTube.

This is highly suggested because while AlvinBlox codes he explains why and how it will function and so on. You can just keep watching the videos or just keep using the code and your brain will remember through practice.

-- Try reading code

I, personally suggest you do this. If you can do some basics then try reading codes. For example a button that makes a frame visible. Read it and find the function, see which part makes it visible and so on. Then you will have a better understanding on how to code and what functions are used.

-- Read the Roblox Wiki

Now Roblox Wiki not only contains tutorials for beginners but for more advanced coders. It also explains the code as it tells you what to do.

The key to memorizing is practicing. Practice and study.

Hope I somehow helped. Please upvote and accept answer if helped.