I really hope this gets continued. There is still a bunch that I would love to learn. But still a great series!
@justspawn52954 жыл бұрын
Btw you’re really underrated, you should have at least 300k subs. You have helped me develop my Roblox game so much. Keep up the awesome work!
@devzll55284 жыл бұрын
Just Spawn you have a point, I also have been saying that he’s underrated
@macktabor96712 жыл бұрын
Agreed, he's helped me a ton just with this 3 part series. Hope you continue it.
@IsaacNewtonDaSmart4 ай бұрын
@@macktabor9671 same i love these series
@SanWasHereYT7 ай бұрын
why did you discontinue the series?
@ChesterManfred3 жыл бұрын
I just saw the three videos, and i honestly understanded all the content, thanks.
@zoekassoff6003 Жыл бұрын
OMG IM REALLY LEARNING!!!
@fierzh2 жыл бұрын
I fixed the "if statement" in the description :) local youWatchThisVideo = true if youWatchThisVideo == true then print("You will understand what this means") end
@BRicey2 жыл бұрын
Oh snap I was assuming that youWatchThisVideo was a global variable defined by KZbin that is set to true at the last timestep of the mp4 file uploaded to their server... thanks for the fix
@IsaacNewtonDaSmart4 ай бұрын
@@BRicey lol lemme fix it better local BRiceyisDabest = true if BRicey == true then print("OFC IT IS THE YOU MONKEYS... HE IS WAAAYYY TO UNDERATED") end SOOOOO TRUE
@somebody48642 ай бұрын
no it should be local youWatchThisVideo = true if youWatchThisVideo then print("You will understand what this means") end
@JusthitthenukeguysАй бұрын
@@somebody4864 false Someone clearly did not watch the video correctly
@JusthitthenukeguysАй бұрын
Its ==
@mootls65533 жыл бұрын
I find it unfortunate how the views on the later videos decrease due to people giving up
@henrikedelauk36054 жыл бұрын
Super good toutorial for begginers, love ur content!! Keep it up
@BRicey4 жыл бұрын
Thanks, will do!
@entername1112 жыл бұрын
"begginers" and "toutoial"
@sebethanjoe Жыл бұрын
i watched this series for my pet game it realy helps thanks a lot!
@ayaansheikhlol9 ай бұрын
Out of all tutorials I have done and watched, this was the best.
@BRicey8 ай бұрын
Let's goooooo
@IsaacNewtonDaSmart4 ай бұрын
@@BRicey ofc thats true like all da big yt ppl make SOOOO bad vids on how to script unlike this... W vid man, respect
@devzll55284 жыл бұрын
Can you make more tutorials on how to script? There are so many Random words in scripting, like instance.new, enum, eof, find first child and just random punctuation like random “( ) : ; ‘ “ * + = - [ ] { } . “
@devzll55284 жыл бұрын
It’s pretty confusing
@dareak71432 жыл бұрын
@@devzll5528 watch his series
@Chlrintruc2 жыл бұрын
This is just the basics. Advanced stuff like this can be learnt elsewhere.
@dynxlex2 жыл бұрын
Even now this is underratted thanks!
@clarkwoodyard28933 жыл бұрын
I still don't get what you need "if not" for
@angelailma950 Жыл бұрын
Thank you, excellent explanation
@IsaacNewtonDaSmart4 ай бұрын
WHERE IS EPISODE 4... I cANT FIND IT HEEELPEEEEEEEEEEEEE MEEEEE :( I love this series plz make the 4th episode ;(
@aneeqa1001Ай бұрын
Thank you so much🎉🎉
@fate47503 жыл бұрын
WE NEED MORE MAN
@navi69623 жыл бұрын
I have a question what is the soul purpose for this all when it comes to running a playable game? Like what’s the point of knowing this all
@somebodyig6243 жыл бұрын
its just teaching you the basics of coding, not really teaching you how to make a game exactly.
@c15a3 жыл бұрын
it teaches the basics for when it gets more complex
@bidilz2 жыл бұрын
is this your last part?
@bluejet5832 жыл бұрын
Can you continue this? Or is this the end.
@KingCodess4 жыл бұрын
Can you do the "not" logical operator
@fate47503 жыл бұрын
I CANT CONTINUE IF U NO POST :(
@GoldNooby Жыл бұрын
Im so smart I know what the desc means without watching the video B)
@toastersunited3 жыл бұрын
0:12 i use logic too!
@Coristic1212 жыл бұрын
local awesomeletter = 100 if awesomeletter == awesomeletter print ("randy") else print ("sandy") end
@c0norgd6682 жыл бұрын
Thanks really helped
@bhavyakhunt3 жыл бұрын
1 year since last upload on this series.
@BRicey3 жыл бұрын
I've tried two beginner's series and failed both times. I might try in the future as I get better at teaching, but I would recommend checking out alvinblox if you want to get started in roblox.
@bhavyakhunt3 жыл бұрын
@@BRicey That's alright, I am already a scripter. But I do strongly recommend TheDevKing's series to anyone else reading this reply :)
@panxel86152 жыл бұрын
@@BRicey mannn you got me learning at a pace and now i gotta start at a different pace, you are way more helpful and better at explaining
@jac_k.k2 жыл бұрын
If youContinueThisSeries == true then print("I will be able to script with LUA) end
@programmedCola3 жыл бұрын
Light switch: local lightStat = false script.Parent.ClickDetector.MouseClick:Connect(function() if lightStat == false then script.Parent.BrickColor = BrickColor.Red() wait(1) lightStat = true end if lightStat == true then script.Parent.BrickColor = BrickColor.Green() wait(1) lightStat = false end end)
@programmedCola3 жыл бұрын
Well, green is when you're supposed to activate the light, an red is when you deactivate the light.
@laur3nt-_-7983 жыл бұрын
im scared to not remember ._.
@ahuman6054 Жыл бұрын
practice it then
@iiflower2930 Жыл бұрын
if userwatchesvideo == true then print("thanks so much for this tutorial") end