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

Are there any places to help me learn how to script? [closed]

Asked by 9 years ago

I do not know how to script, but I really want to. Is there a website or something that can teach me how?

0
Tip: At first, don't try to understand anything. Just re-write code that the tutorials give you. funyun 958 — 9y
0
there are a lot of threads on this so just search for them User#5423 17 — 9y

Closed as Not Constructive by BlueTaslem

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

2 answers

Log in to vote
3
Answered by 9 years ago

Click here This will lead you step by step, making you understand scripting.

Hope it helps!

0
Good, but you you click the link it will not work as it says http// not http://. RobloxGamesKing 0 — 9y
0
Updated, sorry about that. AbsoluteAxiom 175 — 9y
Ad
Log in to vote
1
Answered by
Perci1 4988 Trusted Moderation Voter Community Moderator
9 years ago

The Roblox wiki is a great place to start. They've updated it a lot since I learned how to script, and now it's pretty helpful.

Youtube is also a great resource. Watch every video you can find. Some will be more helpful than others, but they will all explain things in a slightly different manner, helping you learn. CodeTheorem's Introduction to Scripting series is a good one.



I also have a few tips for you as you start to learn.

  • funyun mentioned that you 'shouldn't understand anything'. I completely disagree with this. As you code, you should understand exactly how everything works. If you're just copying and pasting code the entire time, you won't learn anything. If you have trouble understanding what a specific command does, this site is a great place to ask.
  • Practice everything. If you understand a tutorial, it's temping to just go to the next tutorial and skip the practice. But don't do that. Although it seems silly, typing out the code, even with stuff you understand, will speed up your learning tremendously.
  • Be creative. Scripting takes more creativity than you'd think, but it's very important. With enough creativity, even the most difficult tasks become simple.
  • Challenge yourself. But be careful in this; don't come in your first day and try to make an advanced FPS. Think of projects, then consider them in your brain. You should get something like 'hmm... well, i could do this... or maybe that... or if the wiki had a tutorial on this, then maybe...' etc. You should be challenged, but still have some sort of idea of what you need to do.
  • Remember, nothing is magic. Roblox will only do exactly what you tell it to do.