#how the hell do u script

1 messages · Page 1 of 1 (latest)

solar meteor
#

make fun of me all you want im a beginner and just want to learn to script

patent valley
#

The way I learnt how to script was firstly learning the fundementals like printing variables functions etc and then building projects

#

I would consider them mini games

#

You will get better at it over time

indigo ingot
#

read all of this

#

and u will have all the tools u need

hidden iris
#

I personally first learn to understand the syntax and overall backend thinking when coding in luau

After the syntax, i made my mind to think in that backend mind, so when i code i think of it as the linter

Basically:

  • What is going on?
  • What is the user trying to achieve?
  • What should i do if this happens?

And etc

#

Long story short: Build your mind to think as a coder and practise

strange reef
#

😏

trim swallow
#

one must first at least understand what the word "HashMap" means and what a "depth-first search" is before they can realistically consider meaningful optimization strategies

#

AKA please for the love of christ learn DSA

wheat urchin
indigo ingot
#

ur rlly gonna tell someone to learn dfs before they make a small first project?

solar meteor
wintry flickerBOT
#

studio** You are now Level 1! **studio

solar meteor
#

i keep searching up tutorials on yt but they are all the same thing they say what each script is and then show you how to make a part or like color something and after that its just do it yourself

solar meteor
trim swallow
#

there should be almost no reason to ask about which algorithm to use

indigo ingot
#

ofc you should learn dsa

#

but it shouldnt be the first thing u learn

#

it would probably be too abstract for a beginner

trim swallow
#

the first thing is the language

#

I never said to not learn the language first

#

next is semantics

#

Pointers references numbers strings whatever

#

third, DSA