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) ?
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!