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

How do people learn to script Roblox Lua?Where did they start from? [closed]

Asked by
fifayy 28
3 years ago

I'm a new scripter and i want to master scripting so i can make my own games, I just don't know where to start?

Are there any good ways of learning how to script?

0
im not the best at roblox scripting but i watch videos like alvin blox he dose scripting videos it helps me do the things i want i did not know where to start making a loading screen i watched his vid boom did it LTRNightmare 66 — 3y
0
https://www.youtube.com/channel/UCp1R0TBvgM7gj0rwTYULmSA -AlvinBlox He explains very well and is great for if your just starting to learn. soccerstardance251 29 — 3y
1
We usually start learning other languages, like C#, C++, Python, Javascript, etc... And since all of the programming languages are somehow linked up, when you learn a language, the others become very easy and similiar. mixgingengerina10 223 — 3y
0
If you want to learn quickly- consider these: Youtube Tutorials on just scripting. It's hard to take in for a youtube tutorial to do a specific thing, but there are youtube tutorials on a topic so that you learn about that (if statements, functions, for loops, CFrame, etc.) - You could look at scripts in free models and just edit them slightly and while you do that you learn a bit. ScriptsALot 91 — 3y
0
Another thing- just script, if there's an error **post it here.** and if you get a solution, you can learn from that in your future scripts. - There's this game on ROBLOX called **Lua Learning**. It has user made guides and tutorials, and interactive scripting lessons. - The best youtuber for tutorials I think are **TheDevKing** and **GnomeCode** ScriptsALot 91 — 3y

Locked by Shounak123 and raid6n

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

4 answers

Log in to vote
1
Answered by 3 years ago

https://www.youtube.com/channel/UCUC3i1csDpG4Xqg8KBnraEQ -Peas Factory

https://www.youtube.com/channel/UCp1R0TBvgM7gj0rwTYULmSA -AlvinBlox

https://www.youtube.com/channel/UCS2smVWjNGuRzD6HVWmlWwQ -TheDevKing

AlvinBlox is very good at explaining.

PeasFactory videos are short and get to the point quickly

TheDevKing is also very good at explaining

TheDevKing and PeasFactory have a beginner to advanced scripting series. The DevKing and AlvinBlox have tutorials on small projects and games. AlvinBlox has a beginner scripting series and livestreams sometimes.

0
You forgot the roblox developer hub and experimenting with free models youtubers is not the only key to success. JesseSong 3916 — 3y
0
I know it is how I learned, jeez soccerstardance251 29 — 3y
Ad
Log in to vote
0
Answered by 3 years ago

try starting off with script.parent variables and wait, for example:

part = script.parent
part.transparency = 1
wait (1)
part.transparency = 0

note: you need to have the script inside the part for this to work if not you would use game.workspace.part they do the same thing what this dose: it's telling the computer that when part gets typed it knows it means script.parent so then whenever there's a part the computer is filling in script.parent then script.parent changes properties at a certain time in the game so if you inserted it into a function you will learn later it can do it at a specific time so it should make the part invisible then the wait is telling the computer to wait however many seconds are in the brackets in this case 1 then it does the rest it then makes the part visible again you can touch it whenever the process is going to turn that off do part or script.parent.cancollide = false then when it's done so at the end of the code type part.CanCollide = true that makes the block basically disappear but it was not destroyed so you can type the last part after the end to make it normal

Log in to vote
0
Answered by 3 years ago
Edited 3 years ago

For beginning learning:

More thorough:

If you need to know something specific to Roblox, search here:

Log in to vote
0
Answered by 3 years ago

I personally started doing beggining stuff with Alvinblox, and doing more Advanced scripting with TheDevKing. Alvinblox personally for me goes into more detail than TheDevKing. Once again, Alvinblox is better for begginers. There's Peas Factory too, but I think it is outdated, as he's not uploaded a video since summer 2015.

I can link you some good resources for help.

okeanskiy - https://www.youtube.com/channel/UCch5yE-sVvh4OPB0kOxsGVg Eppobot (Some videos might be outdated) -https://www.youtube.com/channel/UCAxoIRFhLUUcm3r3dGxHAew

RoScripter - https://www.youtube.com/channel/UCpJKKVwMJbjuUX36K16hMJQ

Developer Hub - https://developer.roblox.com/en-us/

Developer Fourm* - https://developer.roblox.com/en-us/

*It might say when you log in 'Oops! The Dev Forum is not available for you to log in, but there are public sections where you can read announcements and updates.' This is because the DevFourm restricts that you need to be 13 years (or older) to log into the DevForum. You can automatically log in when you turn 13, as it knows when, because it's made by Roblox.

Here's some good discord servers you can have (13+ only).

Hidden Developers - https://discord.gg/hd

Developer Spawn - https://discord.gg/xX54XQ

DevPro - https://discord.gg/cuc5vQ

Those are all my advice. I hope this helpes you in the future!

Sincerely,

Ducksneedhelp