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

What is The Best Way To Learn How To Script in Roblox Studio(Not Even A Master Scripter)?

Asked by 6 years ago

I really want to know how to script in roblx studio, and AlvinBlox is helpful and i'm watching his videos, but whats the quickest most effective way to learn how to script(I don't even need to be a master, just basics and be able to script some basic ideas. I don't want to have to ask people for every little script I need) ?

0
try and try make stupid things to see how it works and make that script a challenge for you skillfulzombie88 28 — 6y
0
thanks for your help. FlippinAwesomeCrew 62 — 6y
0
use wiki.roblox.com or go on youtube. GameBoyOtaku 63 — 6y

1 answer

Log in to vote
0
Answered by
OfcPedroo 396 Moderation Voter
6 years ago

Hey, when I arrived first into ROBLOX, I was a noob in scripting. Now, (not to be modest) I'm a master in Lua (ROBLOX Scripting Language).

To improve yourself, make a new game, open a script, and try some random things. A thing that's pretty useful is that, when you're going to try and write something, for example...

    something.MouseButton1Click:connect(function()

... it normally displays a possible syntax, so use that. Like, if you put MouseButton, it could appear MouseButton1Click, MouseButton2Click, MouseButton1Up, MouseButton1Down, MouseButton2Up, MouseButton2Down, etc.

Another awesome thing is the ROBLOX wiki. It teaches EVERYTHING you need to know about scripting in ROBLOX, and the most of what I got right now came from there. At the end of every subject and thing you're learning, there are normally some exercises. Try and do them; If you don't know how to do them, look at the solution (it's down the exercise) and try to UNDERSTAND (yes, that's the key to be a good scripter) what's there.

I'll give you an example to start your journey!

http://wiki.roblox.com/index.php?title=Random_numbers&redirect=no

Good coding, and hope you master the amazing ROBLOX coding art!!! Good luck!

0
Thanks man that was real helpful FlippinAwesomeCrew 62 — 6y
0
No worries! OfcPedroo 396 — 6y
Ad

Answer this question