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

How do you get started coding? I don't know anything about it. [closed]

Asked by 4 years ago

I have just started coding, and I would like to know a good place to start.

0
Definitely not ^ DeceptiveCaster 3761 — 4y

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?

2 answers

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

The wiki is a great place to start, as they have everything. Start by learning how to move a brick, change the color etc. Then move on to more advanced stuff like tables. There are also youtube channels that can help a ton.

Roblox developer hub: https://developer.roblox.com/

I do not recommend alvinblox, as he makes his code more complicated and longer than it has to be.

0
Yes. High quality answer. DeceptiveCaster 3761 — 4y
0
ye, it better than my essay... FlabbyBoiii 81 — 4y
Ad
Log in to vote
0
Answered by 4 years ago

When i started (about one and a half years ago) i pretty much self-taught myself although i would either recommend the wiki or tutorial videos or both, scripting is quite easy to pick up and i think it's best to start editing properties of parts through scripts (changing it's colour, transparency, position etc.) and overall just experimenting with all the things you can do and eventually you'll pick it up, but yeah, tutorial videos and the Wiki is a good way to gain some scripting knowledge.

here are some things to try first off

  • Making a part move
  • Making a part disappear and reappear
  • Use a while true do loop (or a while wait() do loop to avoid crashes)
  • just experimenting with other properties

Making a decent game is quite hard (i know) but make sure you have at least some basic scripting knowledge before working on your first major project

FlabbyBoiii out.

0
hope this helped and good luck FlabbyBoiii 81 — 4y