How I Learned To Make Roblox Games in a Week

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 551

  • @BinzuDev
    @BinzuDev  21 день назад +81

    An oddly high amount of people have asked me for the notepad I show at 10:38, so here you go: github.com/BinzuDev/roblox_notepad

    • @danzstuff
      @danzstuff 15 дней назад

      so i'm *not* the only one who thought of actually creating a notepad to write code stuff

    • @Random_croissant
      @Random_croissant 11 дней назад

      Legend

  • @JakeWasAMistake
    @JakeWasAMistake 28 дней назад +407

    as a roblox enthusiast, my first project was figuring out how to make a clickable object. Starting small is incredibly helpful advice.

    • @M0RBlD
      @M0RBlD 28 дней назад

      WHO IS JAKC AND WHY IS EH A MISTAKE TELL,ME NWO TELL ME NWO WHY WAS HE A MISATAK WHO IS HE WHOS JWKE TWLL EM

    • @FakeConsole
      @FakeConsole 26 дней назад

      And i just got a free td kit from gnome code, and published it, and started working on it and by now, after 2.5 months i got game with 4.2m visits and good ccu average. I started with 0 skill

    • @sgr1507
      @sgr1507 23 дня назад +12

      RUclips tutorials dont help understanding it so i just took a button door and modified it and now i understand it too, i just have to look at the script, but i do not know if the animation of it moving is from the script but im strongly guessing that because otherwise it wouldnt make sense

    • @qburtgamez7548
      @qburtgamez7548 22 дня назад

      @@sgr1507that is mainly true
      And for a while I had struggled to find good help with Studio, but I recommend checking out a tutorial series by ‘Brawl Dev’ he is really descriptive and has helped me a lot, although not perfect his tutorials set me on a good path and gave me enough understanding to script stuff by myself
      Something others couldn’t
      Roblox Beginners Scripting Tutorial Guide (2024) is the name of the playlist if you want to check it out

    • @hmsapollo2889
      @hmsapollo2889 19 дней назад +2

      I've recently been starting on the same thing, who thought it'd be as simple as putting in a child object and thats it. I've made a candle which base position is turned off but when clicked it turns on and lights up, I just now need to figure out how to turn it off or my hosue my burn down.

  • @jama5424
    @jama5424 28 дней назад +722

    "Charging up my racism" Roblox chats will never be unfunny 💀

    • @StarlightDrawing
      @StarlightDrawing 28 дней назад +11

      when a hacker sneaks your address into roblox chat

    • @jaycoub1
      @jaycoub1 28 дней назад +28

      ​@@StarlightDrawing POV: you start to win a small argument

    • @davidelpro4639
      @davidelpro4639 27 дней назад +1

      what about le song in the background

    • @bonfiresarewild3523
      @bonfiresarewild3523 27 дней назад +2

      Fr tho that song clip was fire build-up

    • @EpikUnfunni
      @EpikUnfunni 25 дней назад +3

      what?

  • @LD-dt1sk
    @LD-dt1sk 28 дней назад +90

    When saving data in datastores you can use tables to store more data. This is WAY better than using multiple keys

    • @CRT_YT
      @CRT_YT 28 дней назад +12

      Ye that's the intended method

    • @BinzuDev
      @BinzuDev  27 дней назад +21

      ohhhhhhh that makes sense

  • @BinzuDev
    @BinzuDev  28 дней назад +185

    If you're one of the people who asked in my first video why I didnt talk about roblox, and you're watching this, first of all: congrats you're in the video!
    second of all: Never ask me for anything ever again :>

    • @JosemariaCarrascoMolina
      @JosemariaCarrascoMolina 28 дней назад +2

      lol

    • @jellysandwichman6666
      @jellysandwichman6666 28 дней назад

      i am a small game dev on roblox like really small and i would like to say NEVER USE THE TOOLBOX IF YOU DON'T KNOW WHAT YOU ARE DOING WORST MISTAKE OF MY LIFE

    • @Aliumly
      @Aliumly 28 дней назад +1

      ok lol

    • @voidiling
      @voidiling 28 дней назад +5

      14:11 you can add instances or any 3d objects in a localscript BUT since a localscript means a client-only script, it only shows on the client but not the whole server.

    • @voidiling
      @voidiling 28 дней назад +1

      theres this thing called "RemoteEvent", its like a trigger that you can fire from client to server and vise versa, its pretty easy to learn so if you want to you could do that

  • @MrChromaticRBLX
    @MrChromaticRBLX 28 дней назад +280

    To answer your question as to how you can create "server" parts on the client or something; as a roblox developer; no, you aren't actually creating parts on the sever. Since you created a part with a local script, by the name "Local", the part is only seen for you.

    • @DennysTheRestaurant
      @DennysTheRestaurant 28 дней назад +7

      I was about to comment the same thing

    • @beeternity
      @beeternity 28 дней назад +5

      you can send a RemoteEvent to the server to create that part on the server

    • @Puhapamacslucy
      @Puhapamacslucy 28 дней назад +3

      ​@@beeternity be careful with remote events tho as they can be manipulated for unintended consequences.

    • @beeternity
      @beeternity 28 дней назад +2

      @@Puhapamacslucy yes i know, i was just giving binzu an example of how he couldve put the parts on the server

    • @torsnes123
      @torsnes123 28 дней назад

      gRR I wanted to say that

  • @WoozyNate
    @WoozyNate 24 дня назад +57

    Some facts from a developer:
    As you create more games and projects with players (?) on roblox, you can create more sounds, my max is around 3000 right now iirc.
    I noticed u keep pressing f9, but I'd recommend to just open the output tab and use that in studio instead. It's much simpler, compact, and shows more information whilst not being obscuring and taking over your screen.
    A lot of the code you had was unfortunately unoptimized, like the Data stores, and using While wait() do loops. For properties use a Tween, and for things that are constantly running id recommend to look in to Runserver.Heartbeat and Runserver.RenderedStepped and using something like os.time() to track the inbetweens. That's what I do for any script that will be running constantly, because while true do loops basically create a new thread on ROBLOX, but connecting your script to an already existing function like Heartbeat will stop there form being hundreds of constantly running loops.
    Use plugins!! I know thye cost money now, but they are so worth it! They help save a ton of time, effort, and a lot have resources that roblox doesn't.
    Great video, I really forgot how ambitious roblox can be for new users. It is simple but really hard and in my opinion is as strong as other softwares. Great video and hopefully everyone watching really gives roblox a try, it's extremely simple, friendly, and is so insanely customizable i wouldn't even say this video did it justice on how customizable it is!

    • @Mgpotatoe
      @Mgpotatoe 14 дней назад

      Wait... plugins cost robux now!?

    • @WoozyNate
      @WoozyNate 14 дней назад +1

      @@Mgpotatoe unfortunately, yes. BUT it seems if you owned them prior then you get them for free. Moon Animator is like 27$..

    • @innerlion7564
      @innerlion7564 12 дней назад +1

      Can you give some insight on roblpx game earnings?
      I'm a Fullstack Web developer but always wanted to develop games so I'm considering learning roblox studio.

    • @WoozyNate
      @WoozyNate 10 дней назад

      @@innerlion7564 every time i reply and refresh, the comment is gone. I think youtube keeps flagging it 😭

    • @innerlion7564
      @innerlion7564 10 дней назад

      @@WoozyNate I guess the universe is just against me learning roblox studio 😂

  • @MisterEchoMissPandora
    @MisterEchoMissPandora 28 дней назад +100

    WE (mostly Binzu ngl) COOKED!!!!!! I'm so proud to be apart of this video and GREAT JOB BINZU!!!!

  • @Voipy
    @Voipy 28 дней назад +26

    timbers started shiverin' when i heard "but for that I needed to use datastores"

  • @BlizV2
    @BlizV2 12 дней назад +7

    Making Roblox games isn’t only to about money, it’s to gain experience on modeling, scripting, UI / GUI making, UX and a whole bunch of other stuff you’d normally learn only when you have to work in a 9-5 office job.
    I fully support Roblox and their ideas as it gives kids the idea of game making, working in a team and having a workflow / going through burnouts which regular kids in the 80’s never heard of until today.
    Highly recommend if you want to have experience with making big projects, working as a team or just curious about how it feels.
    (Edit: Roblox gives you all the tools you need, like the studio allowing you to build structures / objects easier then most studios, online servers with millions of players looking for their next game and an advertisement system (that does cost money) which doesn’t need anything more then the images to go live to millions of people.)

  • @frogf
    @frogf 28 дней назад +83

    this video is genuinely really interesting, it took me like 5 years to get here cuz i was a bumbling moron while using studio lol

    • @terraclock
      @terraclock 28 дней назад +11

      yeah just remember he has experience making stuff in other engines, so he has a headstart.

    • @jaycoub1
      @jaycoub1 28 дней назад +3

      same it took me like 5 years because i started at 9 and i'm still not that good at it

    • @Hhhhfggff677
      @Hhhhfggff677 28 дней назад +3

      @@jaycoub1I believe in u

    • @thechronicler7461
      @thechronicler7461 19 дней назад +1

      I had a dream in mid school, and now I'm 2nd computer science student. I learned like all he did in day 1 in 4 years of high school because back then I was just a kid and complete beginner, had no idea what I was doing, and I loved watching elvin bloc videos. Now that I finally have enough experience about a bit of everything. I think I'll just grind roblox studio on weekly basis cause I'm not a quarter as motivated as the guy in the vid lol.

  • @bryankyancool
    @bryankyancool 27 дней назад +33

    Bro his background is literally the roblox baseplate.

    • @BinzuDev
      @BinzuDev  27 дней назад +15

      Yes, although it's only for this video, but I'm glad you noticed!

    • @RshadAyman-gc5xt
      @RshadAyman-gc5xt 3 дня назад

      What you dont like it hm hm?! Meat me at ohio fighting blank.

  • @flopiz_
    @flopiz_ 19 дней назад +9

    Block tales really gives faith to a lot of people, crazy how it worked so well and keeps being updated

  • @BAMBOORODS
    @BAMBOORODS 24 дня назад +9

    Coming from a professional Roblox dev, this is a great review. I'm impressed by how much you accomplished in a short time. Roblox as a game engine can be both limiting and powerful, depending on how you use it. I've worked on and played some amazing games, but they often get overlooked since finding the right audience is difficult, However, it's possible to get traction fairly easy once you start hanging out around developers in discord servers that can share some good knowledge.

  • @Other_Stuffs
    @Other_Stuffs 27 дней назад +5

    I love making small projects in Roblox studio. I hope this video encourages more people to do so. I also hope that the algorithm starts picking up smaller games that aren’t massive money makers

    • @arbeitlinks
      @arbeitlinks 8 дней назад

      roblox corporation would never consider such a thing

  • @tactik3
    @tactik3 18 дней назад +2

    A lot people usually get this wrong when it comes to the developer cut, I’m pretty sure as of right now Roblox takes 65% of the money (the mistake makes complete sense as the percentage gets lowered overtime) Roblox also has a pretty new feature called “Today’s Picks” where the staff manually pick games to be showcased daily, it pushes a lot more of the unknown games to the a wider audience and it’s a really great feature.
    This comment is a bit off topic from the main point of the video, so I just wanted to say that I really enjoyed this and I learned a lot of things from this that I originally didn’t know.

    • @Owen-sb8zw
      @Owen-sb8zw 17 дней назад

      Not really? They feature the exact same games multiple times usually big games in that section

  • @jaycoub1
    @jaycoub1 28 дней назад +24

    19:47 well that escalated quickly

  • @bigspookrandy3341
    @bigspookrandy3341 14 дней назад +5

    10:13 OMG you scared me for a second i thought you were gonna put a sponsered segment in here

    • @BinzuDev
      @BinzuDev  14 дней назад +3

      screw brilliant/skillshare all my homies learn on their own for free😎😎😎

    • @javipachuflo
      @javipachuflo 9 дней назад

      What on earth?! I was about to say the same thing XD

  • @mudwithoutthekip
    @mudwithoutthekip 28 дней назад +7

    really impressed with how well you did!
    keep up the good work, and i appreciate you spreading the word of "make games because its fun"
    i think that's honestly one of the best things about game dev in general, it's really fun to just MAKE THINGS!
    good video, subbed and liked, keep it up.

  • @ElectrifyThunder
    @ElectrifyThunder 22 дня назад +2

    I've been playing Roblox since 2010, and just started learning how to script a couple months ago. It's so fun to just make your ideas come to life!

  • @MrPeanut60
    @MrPeanut60 28 дней назад +8

    This game is a BANGER!! You guys should actually expand the game if you can man🔥🔥🔥

  • @mukto15
    @mukto15 28 дней назад +8

    everythikg in this video, up from the learning process and the ending was perfect. Really enjoyed watching this masterpiece, such that the video itself felt like a 1 minute short. The ending really made it seem like a movie. Definitely subscribing for more man 🔥

    • @0homes
      @0homes 26 дней назад +1

      same

  • @arkumbral2146
    @arkumbral2146 16 дней назад +1

    using the assistant is so real. with the amount of ai, you also have a lot of help on the coding side. I've used chatgpt to describe to me what multiple functions do. (I know nothing about code)

  • @CiaosonoMemosoo
    @CiaosonoMemosoo 28 дней назад +8

    I am a self-taught developer, i started making games in studio after searching for a fun experience but couldn't find anything to alleviate that itch, so i thought "If you want something done well, do it yourself", and started creating games until i finally got into scripting just a few months later, all thanks to random free models and curiosity. Now i can pretty much make a working game all by myself, wich i am making one right now. I'm so glad i looked at the random script in the random free model i found.
    And i've been using studio from less than a year.
    Never stop trying.

    • @int3rnetpup174
      @int3rnetpup174 19 дней назад

      I really wanna make a game but the coding aspect scares me a bit, do you have a suggestions or resources I should refer to ?

    • @Owen-sb8zw
      @Owen-sb8zw 17 дней назад

      No, Roblox has done nothing but bad updates the last few years. Have fun making nothing and getting no players. It’s not the same anymore and the old big games are unstoppable

  • @stopmotionadventures4812
    @stopmotionadventures4812 28 дней назад +2

    12 hours ago, i'm learning how to build in roblox studio so that i could get to make commissions, so far so good, also thanks for the tipsss

  • @CRT_YT
    @CRT_YT 28 дней назад +22

    100% agreed with the ending, but:
    honestly i dont know if we can do much to make the platform really that much better.
    ROBLOX profits off of all of the slop and most of the community doesnt care about the current state of the platform. the

    • @izavbe
      @izavbe 27 дней назад

      🤝

    • @ZbeezyByte
      @ZbeezyByte 23 дня назад

      there is barely any games except the ones in dev hubs but the creator are always weird

    • @CRT_YT
      @CRT_YT 23 дня назад

      @@ZbeezyByte nah if you dig in recommended and search you can find some cool games

    • @legend3121
      @legend3121 21 день назад

      i personally use the term "builder" for those who only develop with the roblox parts, and '3d modeler' for those who make blender models for games in roblox lol -- but yeah, all in all the terms are pretty interchangeable

    • @Owen-sb8zw
      @Owen-sb8zw 17 дней назад

      Roblox has done nothing but bad updates the last few years. Have fun making nothing and getting no players. It’s not the same anymore and the old big games are unstoppable

  • @Sol_ttu
    @Sol_ttu 27 дней назад +2

    This is a greatly informative video. As someone who has been associated with the creation of games on the platform I find the content you provided to be very inclusive and fair for the developers who put their time into making games on the platform. Oftentimes videos criticizing the platform affects the view on the developers attempting to make genuinely fun games which in return causes harm to them and their potential success. Thank you for making a good video on the subject 🙏

  • @torrentini2501
    @torrentini2501 22 часа назад

    this is really inspiring, I was dreaming of creating a roblox game for a few years now and this video is alot of help.

  • @LianaBushn
    @LianaBushn 23 дня назад +2

    i really appreciate the depth you bring to your discussions.

  • @la_facha_propia
    @la_facha_propia 21 день назад +2

    good video man, i hope some day you can make a gamemaker video, i am trying to learn it and it will be a great way to motive myself

  • @BananaMan6763
    @BananaMan6763 28 дней назад +5

    This is a great video, I got really excited about this,and the video itself, and seeing your experience was amazing. Also, I just find it funny when RUclipsrs, ones that barely talk about Roblox, say Roblox, the way they say it makes me laugh(it’s more of a personal thing for me).
    Also, would you recommend reading documentation about a programming language/programming tool? I remember a RUclipsr, Tutili, made a video called “Worst mistakes Roblox developers make” and somewhere in it he said don’t use tutorials, just read the forums.
    Also, I was learning C# and making projects(mostly games) with Scratch, but felt I should stay with just the basics and focus completely on Scratch. Should I also read documentation about it, even though I understand most features? Maybe I should also try to learn things with Scratch that I don’t understand.

    • @BinzuDev
      @BinzuDev  28 дней назад +1

      @BananaMan6763 My first language is actually french, and the english letter Im the worst at pronouncing is the R, and I had to say it reaaally often during this ahahahah.
      And yeah reading the documentation is really useful, and you're a lot more likely to find exactly what you're trying to do in a documentation page than in a tutorial usually

    • @BananaMan6763
      @BananaMan6763 28 дней назад +2

      @@BinzuDev thanks so much for replying! And I hope I didn’t seem to disrespect how you speak, I just find it funny hearing RUclipsrs say Roblox. Also, I didn’t know your first language was French!

  • @Klopaz111
    @Klopaz111 23 дня назад +2

    bro music and beatboxing at 7:08 is FIRE

  • @beans5991
    @beans5991 28 дней назад +21

    never watching another binzudev vid again i literally had a mental breakdown

  • @randomchannel-kh7oc
    @randomchannel-kh7oc 26 дней назад +1

    this first project looks so much better than mine, it's just random free models in the starting place

  • @JosemariaCarrascoMolina
    @JosemariaCarrascoMolina 28 дней назад +8

    27:40 That was the most confused "What" I have ever heard in my life 😂😂😂😂😂

  • @memeguy1615
    @memeguy1615 3 дня назад +1

    bro def wants to make a paintball game with the projecticle and colarble limbs

  • @saranorah228
    @saranorah228 20 дней назад +3

    honistly ive wanted to make something in roblox for a long time, but ive never had acses to a device that can use studio, and i wont for sure have one for a few years (like when im 18 or 19, ill get a cumputer from my high school when i graduate, for some reson)

    • @saranorah228
      @saranorah228 20 дней назад +1

      also this is a good vid and i hope it gets a lot more views and stuff in the near futcher

    • @SniffishBowl
      @SniffishBowl 7 дней назад

      Good luck with that!

  • @fouxe1731
    @fouxe1731 24 дня назад +1

    What you said in the conclusion is all I wanted to do when I first started my games, I'm currently working on a pvp game just for players to have fun, it has 10 donations buttons and one gamepass which costs 10 robux. Incredible video

    • @crafterrium8724
      @crafterrium8724 22 дня назад +1

      whats the game called?

    • @fouxe1731
      @fouxe1731 22 дня назад

      @@crafterrium8724 It's a called "no name" by Fouxelefr. I suggest you to search Fouxelefr first then go in creations because there is a lot of games called "no name".

  • @vincehomoki1612
    @vincehomoki1612 12 дней назад +1

    Yes. The creator hub is awesome. One read through and it taught me more in 5 hours than this stupid camp i was in did in a week.

  • @clementseadzi1163
    @clementseadzi1163 28 дней назад +13

    PLEASE WE HAVE BEEN DIPIVED OF GOOD ROBLOX GAMES PLEASE KEEP WORKING ON IT
    also amazing video

    • @gladeburst
      @gladeburst 22 дня назад

      Block Tales: you aint getting past me❌

  • @rebocodianteiro
    @rebocodianteiro 16 дней назад

    wow dude, i've never thought about the notes thing
    i'm actually gonna start doing that from now on

  • @izavbe
    @izavbe 27 дней назад

    wow, I didn’t expect you to make a video about roblox, I recently started trying to make my own games as a break from work and education. it all started as a joke and I didn’t expect that the community is really very cool and creative :D

  • @Apollo-Animations
    @Apollo-Animations 22 дня назад +1

    21:15 you can make it wrap around using a surface appearance, what i'd do is just save the texture in whatever your making the texture in, then import it in using a surface appearance, hope that helps.

  • @saniks3174
    @saniks3174 22 дня назад +2

    I suggest using run service instead of while loop because is it literally faster and you can write code after it

  • @AlexTWO22
    @AlexTWO22 28 дней назад +5

    One of my first experiences with game dev was making really low quality roblox games using only the free assets.
    Maybe I should go back and make a decent roblox game, now that I'm not 8 years old lol

  • @thismaybeultra
    @thismaybeultra 27 дней назад

    i have been trying to be a dev on roblox for a few years now and you already made a better game than i could in like 7 days

  • @subsoniqdnb
    @subsoniqdnb 7 дней назад +1

    Oh no he fell down the datastore rabbit hole.

  • @capboy1019
    @capboy1019 8 дней назад +1

    hey Binzu, ive never seen your channel before, so this was a vid that just popped up. i wanted to say i appreciate the way you think about roblox. i cant agree more about making a game cus its fun, and how shameful it is to see the brainrot storming over the platform. but who knows, maybe one day a community of like-minds will make roblox better ey?

  • @Stefan_IC
    @Stefan_IC 21 день назад +1

    this is something I actually needed because I was looking forward to making a game that is basically a survival horror game. simple right? twist: reversed,you're the killer and an AI escapes. and since im complete GARBAGE at coding, this could help me, cuz of the tips

  • @tsaroftheunion
    @tsaroftheunion 12 дней назад

    For the longest time I have always wanted to program in Roblox and be a solo dev, and I've gotten everything except UI elements and programming down. But you're definitely right that the problem is Roblox itself.
    Unfortunately the game's platform is orientated towards kids, so your audience will likely be kids and anything that strays away from that intended audience will likely not do well. Making your dream game can be easy but doing well is a whole other story.

  • @Tryio.probablyadev
    @Tryio.probablyadev 28 дней назад +7

    OMG OMG OMG OMG OMG NEW BINZU CONTENT YEEEESSSSSSSSS

  • @il6148
    @il6148 28 дней назад +4

    The Dj Khaled clip is so goated

  • @CringeDev
    @CringeDev 28 дней назад +13

    14:11 only you can see the parts, in the top bar you can click on server perspective

  • @The2Lemonz
    @The2Lemonz 6 дней назад +1

    27:33 you can upload your own sound effects easily if you can only import 10 files per month

  • @legend3121
    @legend3121 21 день назад

    the message at the end of the video really resonated with me, as i feel much the same way! i'm a pretty small developer right now on the roblox platform (using it as my first stepping stone, planning on moving to godot someday lol) and a large portion of why i even develop on roblox instead of moving on already is because i'd love to make games that bring actual passion and quality, and also hoping to inspire others to do the same. my main project was partially inspired by a relatively small game as well titled "Lore Game", and it alone has also inspired other people to become developers beyond just me.
    the community that can exist and grow with each other on roblox is astounding, but its overshadowed by people who peel back the layers of what can make a game a "game", all in pursuit of making the quickest buck for the least amount of effort. roblox has its problems -- it has a LOT of them, both on the developer and community side, but i strongly encourage people to try and learn where they can. anyone can start, and its a lot of fun for those who are willing to put in the effort! hell, i started literally just with the documentation & Alvinblox's tutorial videos lol

  • @user-df5zm8pm1u
    @user-df5zm8pm1u 4 дня назад

    at the end when he said but hey i was completely sure he was going to say "that's just a theory"

  • @superasax3245
    @superasax3245 9 дней назад

    i looked at the description.
    Dev youtubers posting videos leads to those "rare high moments"

  • @foxedouts
    @foxedouts 26 дней назад

    i just started making a roblox game yesterday (learning blender and stuff is like impossible i swear) but this was a very entertaining and helpful video!

  • @quantumroblox
    @quantumroblox 19 дней назад +1

    There’s an assistant that helps with scripting for beginners as the free models can contain harmful content that can get you banned

  • @bahimisme
    @bahimisme 28 дней назад

    This is inspiring. Proof is now I feel like using my LUA skills :DD TYSM

  • @VoidDragon-v5p
    @VoidDragon-v5p 24 дня назад

    Thanks for the motivation to make me use Roblox Studio

  • @MrMaxiDPM
    @MrMaxiDPM 28 дней назад +1

    You can use a meshpart with a ball collide, and put a ball mesh, there you can put a custom texture with their UV values

  • @RenoIsSleepy
    @RenoIsSleepy 24 дня назад +3

    The boy kisser wall can not hurt you

  • @bopery1
    @bopery1 27 дней назад +5

    11:09 what the

  • @kiaan00008
    @kiaan00008 14 дней назад +1

    can dev thank you i wanted to see how is studio like

  • @musiceye6162
    @musiceye6162 14 дней назад

    Pressure is the perfect example of the last thing you said

  • @cailer28000
    @cailer28000 23 дня назад

    Love the little meme intermissions. Keeps the video fresh

  • @SzymonDaily
    @SzymonDaily 25 дней назад

    You Motivated Me To Start Making Games On Roblox Again, Love Ya

  • @RangerBloxs
    @RangerBloxs 23 дня назад +1

    Tunneler is so fun

  • @plawanlnwz5202
    @plawanlnwz5202 21 день назад

    Thanks for showcasing how you're learning things 👍👍

  • @plasticocean7511
    @plasticocean7511 16 дней назад

    The notepad thing is a thing i actually also do and a very helpful thing to help learn anything that has more than 1 thing to remember. (2 if you're smart), I use obsidian for it though since i love the graph thing and that helps me organize my otherwise VERY chaotic workflow.

  • @Itsme_eia
    @Itsme_eia 13 дней назад

    i like the editing of this video, actually the reason im watching it lol

  • @Idiotsandwichisme
    @Idiotsandwichisme 2 дня назад

    thank you i always tried to start big not small

  • @Brody102
    @Brody102 23 дня назад

    i watched the video, I think it was very nice. i think ill make little experimental games thatll help me learn the code. great inspiration.

  • @gremlin0O0
    @gremlin0O0 4 дня назад

    literally mid opening Roblox studio when this gets recommended

  • @MareeJohnsonNewZealand
    @MareeJohnsonNewZealand 13 дней назад +1

    36:17 all these images hurt my eyes for some reason 💀

  • @verysadcatc7897
    @verysadcatc7897 8 дней назад

    Thx for your experience.

  • @manuel.7461
    @manuel.7461 16 дней назад +1

    You should try S&box the....
    ("Spiritual sucsessor of Gmod" with the goal of beeing something like Roblox for adults... Kinda)

  • @Ddelor-ro8nu
    @Ddelor-ro8nu 6 дней назад

    I as a Pole sometimes absolutely love or hate translations to polish in roblox

  • @leorapai2850
    @leorapai2850 23 дня назад

    Gotta keep this in mind when I'm done my coding tutorial series

  • @user-bz2yy3xn2e
    @user-bz2yy3xn2e 9 дней назад

    24:09 damn that breakdancing was good

  • @spicerow
    @spicerow 28 дней назад +3

    But bro what it takes to make a GOOOD and popular game?
    If this simple game took you time , how is games with huge maps and stuff even exists? Im so confused

    • @jewtaro4622
      @jewtaro4622 28 дней назад +1

      it took him only a week as a beginner. that's nothing

    • @Hanskotchoni
      @Hanskotchoni 27 дней назад

      @@jewtaro4622 big roblox game like blox fruit have over 30 + developer working on it blox fruit is roblox biggest game with its peak player count being 2 million active players

  • @gordoo_offi8263
    @gordoo_offi8263 20 дней назад

    That background song gave me ptsd from my gambling addiction w Luigi

  • @rusty2689
    @rusty2689 24 дня назад +1

    Underrated video 🔥🔥

  • @engolo4you
    @engolo4you 28 дней назад

    Great game ! It has potential to be a good Roblox game you could finish it and make it a good experience.

  • @ObliviousNoob1
    @ObliviousNoob1 28 дней назад +1

    I think bro most definitely cooked, fried, seasoned AND SERVED! 🔥

  • @ItsCoderDan
    @ItsCoderDan 22 дня назад

    the thing with data stores is most of the time you have to store a table of values inside the data store for that user which allows you to save as many things as you want under one key

  • @User-q8d9j
    @User-q8d9j 16 дней назад

    My computer science teacher told me most people don't remember by hand the have notes taken down so that they can copy and paste

  • @cyan1594
    @cyan1594 2 дня назад

    The problem never was that studio is unfun to use, the problem is its terrible connection issue and somehow even worse monitization, which is why most games bad are simulators.

  • @Oblivious_FanGirl
    @Oblivious_FanGirl 13 дней назад +1

    "in life, there is roblox."
    -a can

  • @Planetary-1
    @Planetary-1 27 дней назад

    As a Roblox dev, it is really is easy to learn LUA, or what its actually named "LUAU", which is just the Roblox programming language used.
    its so easy, i made a simple neural network in roblox that you can can change every neuron from a table.
    I did realized you didn't learn
    "
    for i,v in pairs(Table) do
    --code
    end
    "
    because it could have made this video more interesting as it has some good stuff you can do with it, i don't think i have to explain since you seem to learn it quite fast so you should see tutorials or maybe the Roblox Documentation to help you.
    Roblox pretty much has no limits (sort of)
    Like you can make Non-Euclidean games which aren't hard to learn, just quite time consuming but it shouldn't be that hard.
    and AI which is also easy! even ChatAI's, you can create your own, which is kind of hard really, i tried making one, it sort of works but really only knows a few sentences and words.

  • @Ricardo-qq8pn
    @Ricardo-qq8pn День назад

    Roblox is actually quite interesting, because if u make a good game thats fun so people would play it alot, you dont even have to make "Pay To Win" mechanics since roblox has something called Engagement-Based Payouts, if someone who owns Roblox Premium plays your game for some time, then u actually get robux from that. Although its not much, its still better than to ruin your game with Pay To Win mechanics. And alot of players do already have Roblox Premium because it gives you Robux every day for a month.

  • @leroyspeelt
    @leroyspeelt 22 дня назад

    his first toolbox "game" is probably the furthest i will ever come in roblox studio

  • @eGasCode
    @eGasCode 24 дня назад

    For me it seemed so easy to go from luau (my first language) to python but the fact of going from python to luau seems really scary

  • @cooleyquak
    @cooleyquak 15 дней назад +1

    🔥🔥 watch til end bro legit

  • @bananafoxYT4616
    @bananafoxYT4616 26 дней назад

    WAIT YOU ACTUALLY MADE IT NOW THANK YOU SO MUCH

  • @Aggelosyea
    @Aggelosyea 26 дней назад +1

    as a roblox dev for over 5 years roblox is a good game engine but very outdated and somehow it is less rare for a ripoff to be popular than for a original game idea. Oh also roblox isn't mutliplayer only u can make singleplayer games too lol

  • @sephikirb
    @sephikirb 22 дня назад

    Very cool video ! U should try playing phighting btw, really fun game :3

  • @OfficialVCip
    @OfficialVCip 12 дней назад +1

    “People make a lot more money off roblox games than people think”
    -Tencell

  • @MauventuresMaurio
    @MauventuresMaurio 20 дней назад

    I always wanted to Learn Roblox Studio and Make Roblox games…