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

Hello, I have a very basic question i am an absolute beginner? [closed]

Asked by 4 years ago

I am just trying to learn the fundamentals of scripting, I seem to get lost with functions, the resources like the PIL rblx tutorials, and you tube have helped me somewhat decent, but i just haven't found a really good set of tutorials,

  1. Does anyone know of a absolute beginners guide or can explain functions in a simple way ?

  2. Also how did you start ?

3.and were did you learn to script ?

Closed as Primarily Opinion-Based by User#24403

This question has been closed because it is a discussion about a topic focused on diverse opinions, which isn't a good fit for our Q&A format.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 4 years ago

You can begin learning the basic fundamentals of coding in Roblox Lua. Some of us began learning by ourselves or taught by somebody else, ideally a teacher if you took coding class. Firstly, I recommend you should learn the properties of the objects and understand building in Roblox Studio. After that, you can slowly develop that into scripting by looking at tutorials. That is how I began learning when I was a kid. It is also good to know definitions such as functions, loops, etc. I started when I was trying to make my own game, and failed miserably because I didn't know anything about Lua, but I was taught until the last year of High School.

It's important if you love coding and building as well, and if you don't, you will struggle within a short amount of time and give up easily. It happened to me a couple of times when I wasn't trained.

https://developer.roblox.com/learn-roblox/coding-scripts https://developer.roblox.com/articles/Roblox-Coding-Basics-Loops https://developer.roblox.com/articles/Understanding-Functions-in-Roblox

Ad