What are some ways i can learn to script as a beginner

What are some ways i can learn to script as a beginner

3 Likes
  1. Look into Documentation
    Documentation contains a lot of useful information about Properties, Services,and a few Tutorials that teachthe fundamentals of Roblox’s Scripting Language (Luau)

  2. Ask the DevForum
    The DevForum has a Gategory for Scipting Support, here you can ask for help with your code, and people will do what they can to assist you.

  3. View Tutorials
    Tutorials may teach you how certain things work, and how you can create something out of it, they can be pretty useful but do not trust them completely, as they can be outdated, and contain oldinformation.

3 Likes

I know stuff like, variables, printing, functions, properties evet but i cant like make a game out of it. Any suggestions on how i can apply knowledge to make a simple simulator like game?

1 Like

What I would suggest is to start with the basic part of the simulator, with the stuff you understand how to make, and then move on to the rest, like the more Advanced stuff (aka the things that are harder to make). This will make things easy when programmming things in general, but Programming is a Trail and Error process, so if you make a mistake, or get stuck on something, its fine, happens to everyone all the time.

3 Likes

Oh yeah, i understand. As im more of a scripter than a builder is it ok to use free models, or no?

1 Like

Not all the time, its ok to use free models, but when using them, I recommend you look into how they work (if they have scripts), but be careful, as they can contain viruses.

If you do use them, dont paste them everywhere, then it would just make your game look weird.

1 Like

Watch TheDevKing’s beginner and advanced scripting tutorials. Also, look at free model scripts to try and get an understanding of how they work. The documentation and devforum work well whenever you have an issue.

3 Likes

Arent those years old now?

Its not really recommended to trust very old tutorials, considering how fast roblox creates updates, and how many things have been replaced.

1 Like

So for youtube whats a good, easy to understand videos to watch?

1 Like

It covers almost every major category of scripting and keeps it simple. After his tutorials and little bit of testing out, I can make anything I want on Roblox.

1 Like

Using his tutorials how long would it take to make a basic simulator game?

1 Like

Well, if you want to watch all the tutorials it would take maybe 1-2 months to UNDERSTAND them. If not, you can kinda pick out which ones you think you will need.

2 Likes

So did you say theres both a beginner and advanced? Would it be wise to do about 2 vids a day, and then practise them?

2 Likes

Yeah. Just make sure you understand the video topic fully before moving onto the next

1 Like