Beginner's Roblox Scripting Tutorial #2 - Printing (Beginner to Pro 2019)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 867

  • @TheDevKing
    @TheDevKing  5 ปีที่แล้ว +222

    Hey guys! Be sure to join the discord server if you have any questions or if you would like to meet me! discord.gg/FKcSyRh

    • @owkay4721
      @owkay4721 4 ปีที่แล้ว +1

      ur tap water

    • @kingfhd2424
      @kingfhd2424 4 ปีที่แล้ว +2

      you are funny

    • @OddishSupremacy
      @OddishSupremacy 4 ปีที่แล้ว

      whats the division and to the power symbols????

    • @SuperPenguin34
      @SuperPenguin34 4 ปีที่แล้ว +1

      While true do
      Print("UnoReversecard")
      End)

    • @legendarysorbeter6751
      @legendarysorbeter6751 4 ปีที่แล้ว +1

      hmm but what if you were my favorite youtuber

  • @PlanetChris
    @PlanetChris 4 ปีที่แล้ว +630

    I'm glad you showed us how printing works in 4 minutes instead of making a 30 minute long video. Great video!

    • @doublej7333
      @doublej7333 4 ปีที่แล้ว +5

      Planet Chris true

    • @izaz527gaming6
      @izaz527gaming6 4 ปีที่แล้ว +34

      Are you saying about Alvinblox tutorial 😂😂😂

    • @PlanetChris
      @PlanetChris 4 ปีที่แล้ว +3

      @@izaz527gaming6 ye

    • @krizztin
      @krizztin 4 ปีที่แล้ว +6

      your comment is correct = true

    • @ThunderOpps876
      @ThunderOpps876 4 ปีที่แล้ว +8

      Izaz527 gaming yea fr this dude has a 45 minutes long video that’s basically an entire class session at my school

  • @735c7
    @735c7 ปีที่แล้ว +28

    If you don't understand Lua, open up Roblox Studio and make a script and 'list' them like the playlist. This video is about printing. I named my script 'printing' and wrote down important information because I don't have a good memory. I've been learning Lua for three months now and I'm getting better. I'm proud of myself because I figured out how to learn Lua by taking notes. I remember when I was 12, I watched This video and tried the next day, but I was so lost that I forgot what to do and gave up. Now, I'm trying again and taking notes is really helpful for me. It has helped me a lot.

    • @Kala-maro
      @Kala-maro ปีที่แล้ว +1

      thank i will do that

  • @atent5124
    @atent5124 5 ปีที่แล้ว +285

    A good TH-camr without wasting 10 secs of my life with an intro? Sweet you have a new sub!

    • @TheDevKing
      @TheDevKing  5 ปีที่แล้ว +69

      xD thanks

    • @atent5124
      @atent5124 4 ปีที่แล้ว +5

      thwack I meant wasting. Lol

    • @aidanmoore.37
      @aidanmoore.37 4 ปีที่แล้ว +4

      @@TheDevKing Yeah I will sub cause you dont have a 10 minutes intro and your actually teaching things

    • @rblxtutorials1881
      @rblxtutorials1881 3 ปีที่แล้ว +1

      @@aidanmoore.37 yeah same i make tutorials about code and i don’t make my intro 10m long only about 5 min

  • @kingblox3731
    @kingblox3731 2 ปีที่แล้ว +165

    **summary of the whole video/notes to keep**
    ALL PRINTS WILL SHOW IN THE OUPUT AFTER YOU RUN THE GAME (F8)
    When printing text use print(“text here”)
    No quotes when printing numbers print(5)
    Your can also type equations when printing
    Example
    Print(5+5) it would print 10
    Your can use multiplication division subtraction and addition
    multiplication is * division is / and subtraction is -
    You can also use decimals number
    Example
    Print(1.3+0.5)
    You can use these to dashes - to add a comment to your code and it won’t effect the code the example
    -this is the killpart script
    Make sure the comment is on its own line because it will make the whole line a comment

    • @fatmatajalloh164
      @fatmatajalloh164 2 ปีที่แล้ว

      Thanks

    • @Gulpidis
      @Gulpidis 2 ปีที่แล้ว +2

      Im still kind of confused. What is the point of printing

    • @goldfish425
      @goldfish425 2 ปีที่แล้ว +11

      @@Gulpidis It’s a system to signal if something works. For example, you want to make Wario have a laughing animation playing in-game and you hooked up print to the laughing animation script. The text print is:
      print(“It’s-a-me! WARIO!”)
      If it works, then that should print out in the output.
      It it doesn’t, then it won’t print out.
      It’s really useful for knowing if something works or not, because sometimes you won’t see the problem visually.

    • @money7511
      @money7511 2 ปีที่แล้ว +1

      @@goldfish425 Thank you

    • @SirSilence
      @SirSilence 2 ปีที่แล้ว +2

      @@goldfish425 I'm kinda confused on the comment part? what does TheDevKing mean about it?

  • @jamesvisto
    @jamesvisto 4 ปีที่แล้ว +183

    "Hey everybody! Your favorite youtuber here. Haha Just kidding."
    No, no you, were right the first time

    • @kekethemonke8013
      @kekethemonke8013 3 ปีที่แล้ว +3

      So true

    • @puffytdh9408
      @puffytdh9408 3 ปีที่แล้ว +2

      Pog

    • @francesco8236
      @francesco8236 3 ปีที่แล้ว +3

      true

    • @ovt3220
      @ovt3220 3 ปีที่แล้ว +1

      Yeah, he was right. He shouldn't be scared to do that. I am happy he said that.

    • @y2kwo1
      @y2kwo1 3 ปีที่แล้ว

      ikr

  • @epikpencil
    @epikpencil 4 ปีที่แล้ว +12

    I already know printing, but damn this is a good tutorial. You actually explain why people need to learn printing, most people on a different tutorial go "nah i don't need to print I just wanna make my game disleik!1!1!!"

  • @Drxvmik
    @Drxvmik 4 ปีที่แล้ว +615

    that moment when you use roblox as a calculator

    • @skovex1112
      @skovex1112 4 ปีที่แล้ว +10

      IKR lol

    • @moo42067
      @moo42067 4 ปีที่แล้ว +10

      LOL SO TRUE

    • @GooseMonkey.
      @GooseMonkey. 4 ปีที่แล้ว +45

      That’s how you get to play roblox at school just say you need it for a calculator

    • @m3mhwa-ilikesoggycereal-665
      @m3mhwa-ilikesoggycereal-665 4 ปีที่แล้ว +5

      i use pycharm as a calculator

    • @voidsketch1938
      @voidsketch1938 4 ปีที่แล้ว +1

      @@m3mhwa-ilikesoggycereal-665 me too... sometimes.. when i am able to

  • @krizztin
    @krizztin 4 ปีที่แล้ว +116

    Symbols you should use when using scripting for calculating:
    Addition: +
    Subtraction: -
    Multiplication: *
    Division: /

  • @Loave_Squad
    @Loave_Squad 8 ชั่วโมงที่ผ่านมา +1

    Very true xd
    Btw love your videos and thank you for helping me learn scripting :)

  • @rykerstoriesofmed1660
    @rykerstoriesofmed1660 4 ปีที่แล้ว +46

    TheDevKing: Hey guys it's your favorite youtuber here, Just kidding.
    Me: No, you're right you are my favorite youtuber.

    • @a.austin7965
      @a.austin7965 4 ปีที่แล้ว +3

      Who said you weren't

  • @handsomechocolatebar276
    @handsomechocolatebar276 5 ปีที่แล้ว +24

    I came to learn how to make some crappy little games my friends and I could hang out on or rp on, but this has truly inspired me.

  • @Chromish1
    @Chromish1 8 หลายเดือนก่อน +1

    The Dev King truly is, awsome. Just looking at your channel, I can see a list of good-quality guides on how to script. Not just beginner guides, but advanced guides. I plan to continuously watch all your guides, and hopefully, I will learn to script.

  • @KennethPlaysOfficial
    @KennethPlaysOfficial ปีที่แล้ว +5

    ive been using studio for years now, but im glad you showed begginers how to use all the tools first because it took me a long time to figure that out myself.

    • @Sub2Phenox
      @Sub2Phenox ปีที่แล้ว

      hey i struggle to find the output, for example when put (5+5) in the script i can't find the output say 10.

    • @KennethPlaysOfficial
      @KennethPlaysOfficial ปีที่แล้ว +2

      @@Sub2Phenox you have to click view, output, and then press run or play

    • @Sub2Phenox
      @Sub2Phenox ปีที่แล้ว +1

      @@KennethPlaysOfficial thank you it worked👍

    • @KennethPlaysOfficial
      @KennethPlaysOfficial ปีที่แล้ว +1

      @@Sub2Phenox nice 😊

  • @lightmatrilis8060
    @lightmatrilis8060 3 ปีที่แล้ว +31

    Hey guys really good tip here something I should have done when i started, which is when you finish a tutorial try play around with the script for a while so like print some random stuff, this tip goes with the following videos it also helps to remember everything so yeah try a few things play around in the studio for a while. Really hope this helps.

    • @LeoIdk-zn2th
      @LeoIdk-zn2th 6 หลายเดือนก่อน

      Thanks

    • @ps99m
      @ps99m 5 หลายเดือนก่อน +1

      this helped to actually learn scripting, if i just watched and try while the vid was playing i didnt rlly remember it but i learned the basics with the tip from this guy

  • @ryanr1557
    @ryanr1557 5 ปีที่แล้ว +129

    hi

    • @robloxgod4570
      @robloxgod4570 4 ปีที่แล้ว +2

      k

    • @badza47
      @badza47 4 ปีที่แล้ว +7

      @@robloxgod4570 damn you really had to hit him with the k, didnt you?

    • @kailman7096
      @kailman7096 4 ปีที่แล้ว

      lol XD

    • @hollxie2298
      @hollxie2298 4 ปีที่แล้ว +4

      Roblox God just have fun wid the fucking comment, “k”?

    • @eiavops4576
      @eiavops4576 4 ปีที่แล้ว +3

      Print (hello there)

  • @xd-wl1ub
    @xd-wl1ub 4 ปีที่แล้ว +5

    Roblox Print really helped me with my homework, tysm +1 sub!

  • @ZorasStudio
    @ZorasStudio 4 หลายเดือนก่อน +1

    Im literally crying of joy, i finally found the REAL coding professor...

  • @Vileras13
    @Vileras13 4 ปีที่แล้ว +4

    I just watched this channel and my dreams come true i wanted avanced scripting you my fav scripter youtuber 👏👏👏👍👍👍

  • @nullion9820
    @nullion9820 3 ปีที่แล้ว +1

    i like how you make your videos short, i have low attention span so this helped a lot

  • @merijnspronck5293
    @merijnspronck5293 ปีที่แล้ว +2

    4 years later and its still fun to watch and very good explained

  • @resukon7062
    @resukon7062 4 ปีที่แล้ว

    second vid finding these tutorials very simple and short also understanding looking forward keep up good work bro!

  • @theeprimee
    @theeprimee 5 ปีที่แล้ว +12

    "it is your favorite youtuber here" i said you finna be xD

  • @EddieStudiosOfficial
    @EddieStudiosOfficial 6 หลายเดือนก่อน +1

    actually u are my fav youtuber

  • @dragonmaster4548
    @dragonmaster4548 5 ปีที่แล้ว

    Tbh, right when I saw the first tutorial I immediately subbed! 1:10 You are awesome.

  • @shxrp.ff2
    @shxrp.ff2 ปีที่แล้ว +1

    CRAZY how this video and person/tapwater taught hazem or one of the most earning developers shows that even small videos like these created one of the best developers on roblox

  • @kazuha3378
    @kazuha3378 ปีที่แล้ว +1

    Best tutorial I’ve watched

  • @kibukaj2956
    @kibukaj2956 4 ปีที่แล้ว +11

    Nobody:
    Subtitles: HELLO THIS IS DEAF KING THERE

  • @aleksandarpopovic7099
    @aleksandarpopovic7099 2 ปีที่แล้ว

    Dude, like when i watch any other youtubers like alvin et, i dont understand a thing bit when i watch you, ok im New to this but it a lot better,you gave me motivation to learn lua

  • @fatpotato2989
    @fatpotato2989 2 ปีที่แล้ว

    Oh, so that video i watched before which was unnecessarily long and confusing can be summed into 3 mins. Good job!

  • @d4coded
    @d4coded 4 ปีที่แล้ว +19

    print("Well, that was easy.")
    print("Thanks, TheDevKing!")

    • @dognut-lover976
      @dognut-lover976 3 ปีที่แล้ว +2

      If(print("well, that was easy")
      Else
      Print("Thanks,TheDevKing!")

    • @XeonGame
      @XeonGame 3 ปีที่แล้ว +6

      @@dognut-lover976 that wouldn’t even work

    • @ninratljk980
      @ninratljk980 3 ปีที่แล้ว +2

      @@dognut-lover976 yeah that wont work
      game:GetService("LogService"):MessageOut:Connect(function(msg, type)
      if msg == "Well , that was easy" then
      print("Thanks, TheDevKing!")
      else
      print("I dont understand")
      end
      end)

    • @cao1x
      @cao1x 3 ปีที่แล้ว +2

      @@ninratljk980 ayo this us next level

    • @bladesharpener8845
      @bladesharpener8845 3 ปีที่แล้ว +1

      @@cao1x lol

  • @beepbeepimasheep237beepbee3
    @beepbeepimasheep237beepbee3 2 ปีที่แล้ว +10

    NOTES:
    print() prints whatever is inside the brackets. For example: print("Hello, world!") print "Hello, world!" into the console.
    Quotation marks are used whenever you are working with strings, which is text. For example: print("Bonjour!") print "Bonjour!" into the console.
    Numbers work too, as they are not string-based they don't have quotation marks. For example: print(5) print 5.
    You can also do math with them. For example: print(4+7) print 11.
    Decimal numbers work too. For example: print(3.1+0.5), print 3.6.
    Comments can be made with -- before anything to disable code. They do nothing. For example: -- do nothing.

    • @JUDXTS
      @JUDXTS 11 หลายเดือนก่อน

      I still recommend making your own notes so you can retain information.

  • @wyndo1492
    @wyndo1492 ปีที่แล้ว

    It's your favorite youtube here! Ha, just kidding...
    I love this energy

  • @mine_yt
    @mine_yt 2 ปีที่แล้ว +1

    Finally something on TH-cam thats actually teach scripting you're best
    also like if you agree

  • @exoticdeathalpha8817
    @exoticdeathalpha8817 5 ปีที่แล้ว +1

    Subbed! Your really good at teaching!

  • @Esceecee
    @Esceecee 5 ปีที่แล้ว +64

    I see this in every tutorial, none of them actually specify what print is and what it's used for, what's it's purpose.

    • @ch_ar7287
      @ch_ar7287 5 ปีที่แล้ว +33

      Print just displays a message in the output. Its good for bug testing and can tell you if a script has loaded.

    • @epikstuff9014
      @epikstuff9014 4 ปีที่แล้ว +9

      its good for debugging

    • @ssomix
      @ssomix 4 ปีที่แล้ว +5

      Testing scripts on output and debug.. like if a script u write and u wanna test.. if the printed thing shows in output that mean script work if not shown output that mean not work

    • @todzler
      @todzler 4 ปีที่แล้ว +4

      Lol he explained it in the last tutorial

    • @imagamehxd4220
      @imagamehxd4220 4 ปีที่แล้ว +2

      @@ssomix can i ask you something?why when i press enter the end) didnt appear??and how to fix roblox studio cant connect to server error id 6

  • @atent5124
    @atent5124 5 ปีที่แล้ว +14

    Also this is just like Python. Learning how to script here will help with school

    • @atent5124
      @atent5124 4 ปีที่แล้ว +3

      Yeah I know that. Lua at some places is close to python which is why i said this

  • @unoskitten
    @unoskitten 3 ปีที่แล้ว +1

    I was gonna quit trying to learn scripting until I saw your videos. Thank you.

  • @SkullsDev
    @SkullsDev 5 หลายเดือนก่อน +1

    print("I'm Going to Learn to Code!") -- Strings always use quotation marks
    print("5 + 5 = " .. 5 + 5) -- Integers (and decimals) do not need quotation marks unless your printing the number in a sentence, for example: print("John is turning 5")

  • @ziigmafze3299
    @ziigmafze3299 9 หลายเดือนก่อน

    Ur not kidding yoyr my favourite TH-camr. Thx for the vids

  • @myaakarr
    @myaakarr ปีที่แล้ว

    This guy is so wholesome??? Thanks bro

  • @mappsi5273
    @mappsi5273 3 ปีที่แล้ว

    Thanks dude, i always wanted to learn scripting, awesome video btw! :D

    • @sukashiisensei2705
      @sukashiisensei2705 9 หลายเดือนก่อน

      did u learn it

    • @mappsi5273
      @mappsi5273 22 วันที่ผ่านมา

      @sukashiisensei2705Yeah actually i started with roblox i now do python and stuff too. Godot is really good

  • @DanePerson
    @DanePerson 3 ปีที่แล้ว +13

    *when you learned how to script in roblox studio instead of learning html codes at computer class*

    • @Trazor_
      @Trazor_ 3 ปีที่แล้ว +3

      *yes*

    • @عامر-505
      @عامر-505 6 หลายเดือนก่อน +2

      True

  • @robertbeato9278
    @robertbeato9278 4 ปีที่แล้ว +8

    0:01 dang how do you know that?

  • @txy_73
    @txy_73 ปีที่แล้ว

    5 years later and yet i come back. love this guy!!

  • @Dr_Obliteration
    @Dr_Obliteration 4 หลายเดือนก่อน +1

    Sub to him so he can buy a good mic. W video fam, you found a new sub, you taught me printing in abt 3 mins.

  • @eloisemccann1428
    @eloisemccann1428 4 ปีที่แล้ว +3

    2020 and this still helps me so much

  • @yeetus9191
    @yeetus9191 4 ปีที่แล้ว

    I’m kinda glad that I was doing c# before this... but thanks man, this is really helpful even now

  • @mrlaser8794
    @mrlaser8794 9 หลายเดือนก่อน +1

    you have make me understand print in under 3 min

  • @BA_someone
    @BA_someone 10 หลายเดือนก่อน

    Wow. This really helped me. This guy is a legend ❤

  • @ayxancabbarli1688
    @ayxancabbarli1688 4 หลายเดือนก่อน

    Bro wtf is Tap is Awsome😭😭😭😭

  • @RikThePixel
    @RikThePixel 3 ปีที่แล้ว +8

    - - This tutorial is very nice, Im sure it helped a lot of people!
    I think I might create a scripting tutorial series of my own now :P

  • @skydive6543
    @skydive6543 ปีที่แล้ว

    Love this guy ❤ Enjoying making jokes and videos for us while teaching us 🤣

  • @kevinzhang2829
    @kevinzhang2829 7 หลายเดือนก่อน +1

    "Tap is Awesome" 🔥

  • @PlanetChris
    @PlanetChris 4 ปีที่แล้ว +17

    One of the things I started trying in the beginning was making a countdown by using the print "command".
    It looked like this:
    print(5)
    wait(1)
    print(4)
    wait(1)
    print(3)
    wait(1)
    print(2)
    wait(1)
    print(1)
    wait(1)
    print(0)

  • @nis0RBLX
    @nis0RBLX 3 ปีที่แล้ว

    Little does he know he's my fav yt rn

  • @Maximus2108
    @Maximus2108 2 ปีที่แล้ว

    ty so much for these amazing lessons it took me some years to understand and now my 2 games are on the front page

  • @ingnitedtoast4312
    @ingnitedtoast4312 3 ปีที่แล้ว +2

    “Then you will see the dev king is awesome”
    Me 5 second earlier: “tap is awesome, huh must be his alter ego ;)”

  • @moltenSniper1894
    @moltenSniper1894 2 ปีที่แล้ว +7

    you can also print a value stored in a variable
    if you make a variable
    like
    crash = "ball"
    then you do
    print (crash)
    it will output the word ball

  • @Closat11
    @Closat11 2 หลายเดือนก่อน

    great youtuber love ur name btw!!!!

  • @xxswxggyxxroadto2004
    @xxswxggyxxroadto2004 3 ปีที่แล้ว +1

    congratulations you are near to 300k

  • @bagelbananaalt5536
    @bagelbananaalt5536 3 ปีที่แล้ว

    Hey I just wanted to say thank you so much I have learned how to script by you I am inspired by you thank you bro

  • @annagyapetursdottir5574
    @annagyapetursdottir5574 3 ปีที่แล้ว

    When you said it’s your favourite youtuber and mabe and you are my favourite youtuber🙂

  • @cheemsdrip7478
    @cheemsdrip7478 4 หลายเดือนก่อน

    from this day on im gonna binge the beginner series until i know how to do basic stuff and make a kool game.

  • @Kitty_d3v
    @Kitty_d3v ปีที่แล้ว

    Yo Tysm for helping me finish my math homework. Big thanks!

  • @jgames2831
    @jgames2831 ปีที่แล้ว

    Hey guys its your favorite youtuber here
    haha, just kidding
    Mans is so hard on himself😢

  • @FridayEveningPrerecorded
    @FridayEveningPrerecorded 2 ปีที่แล้ว

    THANK YOU FINLLY A SHORT VIDEO AND NOT LIKE AN HOUR LONG VIDEO THANK YOU

  • @Not_Flood
    @Not_Flood 4 ปีที่แล้ว +2

    1:12 hmmmmmmmmmm
    Yes you are awesome ;) lol
    Also who needs calculator when you can just use roblox studio (lmao)

  • @isaacghafoor9061
    @isaacghafoor9061 5 หลายเดือนก่อน +1

    I actually love u as a brother

  • @veekss_ytoldaccdontsubtoth5494
    @veekss_ytoldaccdontsubtoth5494 3 ปีที่แล้ว +1

    TheDevKing:
    "TheDevKing is awesome"
    Output:
    "tAp iS aWeSoMe"
    A few seconds later:
    "TheDevKing is awesome"

  • @carlandvinzshow7836
    @carlandvinzshow7836 5 หลายเดือนก่อน

    IM YOUR FAV TH-camR IM SUBED WITH ALL NOTES

  • @haoku6428
    @haoku6428 4 ปีที่แล้ว

    This is the most helpful tutorial i've ever seen! Cause you say what it does.

    • @eyes2521
      @eyes2521 2 ปีที่แล้ว

      Omg yes

  • @ProjectSaurian
    @ProjectSaurian 3 ปีที่แล้ว

    So wholesome good job lol your amazing now and cool back then

  • @dekxisosta
    @dekxisosta 5 หลายเดือนก่อน

    I love your energy

  • @mrklippy4664
    @mrklippy4664 2 ปีที่แล้ว

    This is my fifth time trying to learn scripting, i kept get bored or giving in because i didnt understand advanced stuff, hopefully this is my last time, great vids!

  • @fonenstain8494
    @fonenstain8494 6 ปีที่แล้ว +11

    This is really usefull thank you. I want to make good games 😃

    • @TheDevKing
      @TheDevKing  6 ปีที่แล้ว +3

      I'm really glad you these help you. I will be sure to keep making them!

    • @habibr
      @habibr 5 ปีที่แล้ว +2

      @@TheDevKing #BESTGRAMMEROF2019 im subbed

  • @vinnymation7687
    @vinnymation7687 3 ปีที่แล้ว

    Tap now the smartest boy i've ever seen.

  • @ef2668
    @ef2668 4 ปีที่แล้ว +6

    i cant believe devking's name is tapwater, thats litteraly my "Soon to be" yt channel wtff

    • @rostats6451
      @rostats6451 4 ปีที่แล้ว

      His main yt channel is tap water

  • @aplalo--5489
    @aplalo--5489 3 ปีที่แล้ว

    this is gonna be something i can do when im bored and yes im late but i started watching bc he was on my front its was scripting your roblox ideas.

  • @r50142
    @r50142 5 ปีที่แล้ว +62

    print("TheDevKing Is The Best")

  • @JackTheMonster
    @JackTheMonster 4 ปีที่แล้ว

    I am so sad. I learned scripting Lua good, but I don't know a couple stuff. But, luckily I know your channel! :D

  • @vamsisudhir
    @vamsisudhir 3 ปีที่แล้ว

    Thx Man This Really Helped I always Wanted to make a game :D

  • @professionalbusinessmen4480
    @professionalbusinessmen4480 3 ปีที่แล้ว +1

    At 2:06 you put the print on line 2 is that necessary

  • @its_fu3go
    @its_fu3go 3 ปีที่แล้ว +2

    Hey Oxford Dictionary, TheDevKing (My Favourite TH-camr), just created a new word. I think u might consider adding it to ur dictionary.
    The word is: "Numbergers" and it means numbers/intergers

  • @pepitodelrancho
    @pepitodelrancho 4 ปีที่แล้ว

    here in the future, this is very helpful thank you for making this

  • @ULQR2047
    @ULQR2047 ปีที่แล้ว +1

    This helps alot thank you very much

  • @alanvo5079
    @alanvo5079 4 ปีที่แล้ว +5

    btw the "comment" is called pseudocode if you plan to branch to other languages pseudocode is the commenting thing for all languages though how you make the pseudocode is different for each language. EX. RBLX.lua is -- , python is #, etc

    • @tytalent4117
      @tytalent4117 2 ปีที่แล้ว

      So did you go through all his videos?

    • @tytalent4117
      @tytalent4117 2 ปีที่แล้ว

      @Kitcat what does that mean? Lol

    • @Denomote
      @Denomote 2 ปีที่แล้ว

      comments are just lines that don't get read as the script runs

  • @alfredocadena4341
    @alfredocadena4341 2 ปีที่แล้ว

    you are really the dev king

  • @manomedivine3473
    @manomedivine3473 4 ปีที่แล้ว +2

    2:10 numbergers I’ll keep that in mind

  • @gameplayz-sc6tt
    @gameplayz-sc6tt หลายเดือนก่อน

    Thx, i wached other videos and i didnt know what was printing and noe i know

  • @eiavops4576
    @eiavops4576 4 ปีที่แล้ว +1

    Im making a border game and i made a taser how do you make it so while your tased you cant use your tools?

  • @spirosl4017
    @spirosl4017 4 ปีที่แล้ว

    Woah those tutorials are the best

  • @gamingwithjosh6207
    @gamingwithjosh6207 4 ปีที่แล้ว +1

    But you are my favourite TH-camr

  • @Hhhhhjjjjj788
    @Hhhhhjjjjj788 3 ปีที่แล้ว

    Now learning to script thx for the last tutorial to learn about roblox studio

  • @joe_p2124
    @joe_p2124 2 ปีที่แล้ว

    i love your work please keep it up i love you

  • @roliyasawhney2552
    @roliyasawhney2552 ปีที่แล้ว

    I love you-in the non loving way possible : D

  • @Hhhhhjjjjj788
    @Hhhhhjjjjj788 3 ปีที่แล้ว

    Thanks I’m going to the next tutorial of this playlist

  • @RomanDev17
    @RomanDev17 3 ปีที่แล้ว +1

    I am starting over and I added a folder in workspace for my game and I am going to be writing everything
    so when I forget something I can just look to the script

  • @garysingh3523
    @garysingh3523 4 ปีที่แล้ว +1

    print ("Your The Best, DevKing!")

  • @learningdev9194
    @learningdev9194 2 ปีที่แล้ว

    I'm Jon's Brother This Helped Me A lot