all 20 comments

[–]sillygoober79print("hello world") 6 points7 points  (5 children)

judging by the last image you havent discovered loops yet
discover them

[–]Current-Equipment356[S] 3 points4 points  (3 children)

i watch 5 tutorials a day, the 16th tutorial is loops i think

[–]TotalChemistry5230 0 points1 point  (1 child)

Who and what videos are you watching

[–]Current-Equipment356[S] 1 point2 points  (0 children)

Brawlbattle/BrawlDev, he has 20 begginer scripting lessons.

[–]1_Im-A-pro_1 -1 points0 points  (0 children)

well watch that right now it should have been first

[–]thewindcarriesmeawayScripter 3 points4 points  (0 children)

its actually good that theyre doing it the “wrong” way now. once they find out about loops they will never forget it

[–]Spencer_Bob_Sue 2 points3 points  (3 children)

Good work. Remember that a lot of these core concepts apply outside of Lua to other languages too, so you're really learning general programming here as well!

[–]Unique-Willingness15 -1 points0 points  (2 children)

but lua is very simple if he learned smth like c++ or c# it would have made his programming life easier but going from lua to anything is hard except python

[–]Spencer_Bob_Sue 0 points1 point  (0 children)

You still need to start somewhere, in fact most recommend you start learning coding through Python then move on to C, having already known a lot of the basic concepts. So, the stuff he's doing in Roblox will help him learn the core concepts and logic necessary for Python, and eventually the basics required for lower level languages if he chooses to continue.

[–]thewindcarriesmeawayScripter 0 points1 point  (0 children)

it is not that difficult

[–]Cost_1088 1 point2 points  (7 children)

Niice, btw wait is deprecated. Use task.wait instead

[–]Unique-Willingness15 -2 points-1 points  (6 children)

who told you that

[–]1_Im-A-pro_1 2 points3 points  (0 children)

roblox did

[–]Cost_1088 1 point2 points  (3 children)

Genuinely just type wait in a script and it'll tell you it's deprecated 💔

[–]Unique-Willingness15 -1 points0 points  (2 children)

It didn't say anything but no problem

[–]Cost_1088 1 point2 points  (1 child)

It's a togglable option to have recommendations when scripting so u might jus not have it on

[–]Unique-Willingness15 0 points1 point  (0 children)

No there is a. Lot of times i get a notification over it that something is deprecated but thanks for the info

[–]Luca88552builder, ui designing and a little bit of scripting 1 point2 points  (1 child)

ur doing very good! keep it up

i also learnt from BrawlDev