🔥 How to Make an Obby on Roblox Studio | Beginners Scripting Tutorial 🎮

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 563

  • @kingkiller011
    @kingkiller011 Рік тому +68

    All of your developing videos have been incredibly helpful to me, you really inspire me to learn how to code, thank you!

  • @ItzAznee
    @ItzAznee Рік тому +353

    People really be saying its an amazing video before they've even watched it 💀 but it probably is a really good video.

  • @Im_IntoDev
    @Im_IntoDev Рік тому +77

    I love how without any cutting in the editing, it's still the best tutorials Alvin got out there! Really recommend him for beginners and I've learned so much from him!
    I wouldn't be able to do the video in one go.

    • @Yulookinatme
      @Yulookinatme Рік тому

      @cavachoncx3 ????

    • @ASTRAL_GURU
      @ASTRAL_GURU Рік тому

      Jesus delivers❤

    • @Yulookinatme
      @Yulookinatme Рік тому +1

      @@ASTRAL_GURU yes but what does that have to do with this

    • @vinny_616
      @vinny_616 Рік тому

      when i add the lava brick script i wouldnt die got any idea why i dont die?

    • @HeisenbergsEgg
      @HeisenbergsEgg Рік тому

      @@vinny_616 you have to make sure every thing that he wrote is the same as you wrote, like capital things that are not capital in your script

  • @rringju
    @rringju 10 місяців тому +13

    Thank you so much! I am new to the roblox creator studio because I got a PC for Christmas. This really did help! You earned yourself a new sub!

  • @RealGyro
    @RealGyro 10 місяців тому +28

    Thank You so much! Easy to understand, although I already have some coding experience with python, I still need help. No music which is better for understanding and concentration! Very useful Tutorial ❤

    • @SahMyriAmarie
      @SahMyriAmarie Місяць тому

      Where is the thing

    • @RealGyro
      @RealGyro Місяць тому

      @@SahMyriAmarie what thing? Great explanation

  • @kiliritongs
    @kiliritongs Рік тому +30

    I love how this man makes tutorials for beginners though he could win more by making his own games

  • @racherutheneko7270
    @racherutheneko7270 9 місяців тому +13

    Great tutorial!
    For anyone having trouble with the lava section. Make sure there that the folder name matches the script and no spaces in between words - there is a space in the pastebin script you need to remove. Rename the parts in the folder all "LavaBrick" to match the script. :)

    • @epic_coyote
      @epic_coyote 8 місяців тому +1

      oh tysm I was having trouble with that

    • @ICYK11
      @ICYK11 7 місяців тому +1

      Thank you I was confused on that bit

    • @AdamIDK
      @AdamIDK 2 місяці тому

      OMG THANK YOU I WAS SO CONFUSED OMGGGG

    • @pamwatkins3180
      @pamwatkins3180 2 місяці тому

      OMG TYSMM!!!

    • @NIGHT4_EDITZ
      @NIGHT4_EDITZ Місяць тому

      what is the pastebin script

  • @lineofscripting6304
    @lineofscripting6304 Рік тому +22

    4 years, thanks Alvin for your help, I'm now myself a game developer and devexed a few times!

  • @proqzz
    @proqzz Рік тому +70

    One extremely good thing to add to the second obstacle to prevent cheaters is...
    1st, Put a script into all the parts that you want the players to fall through.
    2nd, Put the following bellow into the scripts.
    "script.Parent.Touched:Connect(function()
    local part = script.Parent
    part.CanCollide = false
    end)
    script.Parent.TouchEnded:Connect(function()
    local part = script.Parent
    part.CanCollide = true
    end)"
    Also Make sure that all the parts have CanCollide On as this script turns the CanCollide Off as soon as the player touches it. Pretty simple and easy right.
    But this will prevent people from using stuff like Click to walk & The Camera trick. You're Welcome.👍

    • @proqzz
      @proqzz Рік тому +5

      Or what you can do is you can do is...
      script.Parent.Touched:Connect(function()
      local part = script.Parent
      part.CanCollide = false
      wait(3) --change the number to any amount
      part.CanCollide = true
      end)

    • @naminex4443
      @naminex4443 Рік тому

      thanks chief, u really helped me there.

    • @tron_nemesis2789
      @tron_nemesis2789 Рік тому

      Hey thanks bro!

    • @Orbiital
      @Orbiital Рік тому

      it didnt work for me

    • @proqzz
      @proqzz Рік тому

      @@Orbiital What’s the error message? Can you open the output box and lmk?

  • @RG_TAHA
    @RG_TAHA 6 місяців тому +147

    People watching in 2024

  • @Ronaditz
    @Ronaditz 8 місяців тому +1

    This was the best tutorial ever! The fact that u showed us everything was amazing!

  • @thelanguagegeek6207
    @thelanguagegeek6207 Рік тому +4

    Love these types of videos, you have a great channel Alvin don't stop uploading ❤

  • @ArcSessho28
    @ArcSessho28 Рік тому +18

    Hello, your tutorials are really helpful and easy to follow :) .Thank you so much for making the tutorials! ♥

  • @Steveeeee1277
    @Steveeeee1277 3 місяці тому +2

    Thanks man this helped me a lot ! And I made my very own first Roblox obby, I appreciate you and you deserve a sub (:

  • @mutahir2513
    @mutahir2513 24 дні тому

    Amazing video, i would say if anyone wants to start somewhere this is the best place to start, today my journey has begun to create my roblox game, but first i will create some obbies and stuff so i can revolve around the studio learning new things

  • @mickeyplayzzz13
    @mickeyplayzzz13 Рік тому +3

    I learned so much from this video!! I’ve been watching Turtorial after Turtorial, and this is the only one that worked! Thank you 😁

  • @callumisdumb
    @callumisdumb Рік тому +7

    alvin was a major inspiration to me even in early 2017 and helped me learn developing at its most basic level. now a CEO of an undisclosed company that just got >$750,000 funding and the only person i can credit for learning how to code and follow my dreams is alvin. keep the bangers coming and i hope to see more 💕

  • @xG_ems
    @xG_ems 3 місяці тому +1

    I know I’m a little late but thank you so much for this tutorial helped me a lot wit my game 💯

    • @Gl_army1112
      @Gl_army1112 3 місяці тому

      whats ur user
      mine is alex_pro1177

  • @RGAnnanCreations
    @RGAnnanCreations 2 місяці тому

    Thanks Brother, This video helps me to create my First Roblox Game! ❤

  • @SmiteRarin
    @SmiteRarin Рік тому +2

    your videos inspired me to start developing thank you for all the tutorials alvin

  • @xiluvbearxx
    @xiluvbearxx 2 місяці тому

    IT WORKED!! TYSM FOR THE TUTORIAL!! IM A BEGINNER AND THIS IS SO HELPFUL

  • @axinger64
    @axinger64 3 місяці тому +1

    thank you very much for making this video, also your a W for not clickbaiting with the large amounts of robux

    • @_Jonas_-Crazy-_
      @_Jonas_-Crazy-_ 3 місяці тому

      do you know how to make an end in my obby?

  • @Lemonn5238
    @Lemonn5238 4 місяці тому

    This was a very simple and amazing first tutorial! Thank you so much :)😍

  • @ekam22bg15
    @ekam22bg15 8 місяців тому +1

    Bro you are the best you helped me a lot because of this video.

  • @Z3SC
    @Z3SC Рік тому +11

    I feel like you should have explained / added a Datastore so people could truly make a good obby

  • @Nihan585
    @Nihan585 Рік тому +10

    The lava bars didn't work for me lol, so I decided to use a lava bars model instead, it's quicker aswell

    • @spacex9819
      @spacex9819 11 місяців тому

      u needa use a script

    • @Nihan585
      @Nihan585 11 місяців тому

      I did
      use it

    • @jadendiaz9758
      @jadendiaz9758 10 місяців тому

      they have scripts @@spacex9819

    • @cristal2165
      @cristal2165 Місяць тому

      @@Nihan585 how did you do it?

  • @LeapInno
    @LeapInno 11 місяців тому +3

    Thanks for getting straight to the point.

  • @iatefelixsmagicbrownies
    @iatefelixsmagicbrownies 9 місяців тому

    It's my first time using studio and this made it really simple, ty!!

  • @offc_eris
    @offc_eris 6 місяців тому

    W vid for beginners like me! Earned a new sub, keep doing this work

  • @Az_StillUnstoppable
    @Az_StillUnstoppable Рік тому +3

    Thank you so much for the tutorial it really helped me even though i just saw it 4 months later lol

  • @microwavejungkook
    @microwavejungkook Рік тому +1

    It was very helpful Alvin! Very helpful!!
    But it's much more complex on MacBook T-T

  • @andymao2
    @andymao2 Рік тому

    This is really helpfull, it makes game creating on roblox so much easier. This is the best tutorials i have ever seen.

  • @RazerLazer
    @RazerLazer 2 місяці тому

    Thank you so much for this tutorial, I’ve always wanted to create an obby but it was difficult, so thank you!

  • @1youngkadawan
    @1youngkadawan 13 днів тому +2

    Great Video 100% but the scripts are not showing on the pastebin website for the lava brick script.

  • @FlakesTheG
    @FlakesTheG 8 місяців тому

    Thanks bro! I Have been Struggling but after this, I havent struggled now.

  • @ArditoXd
    @ArditoXd 7 місяців тому

    Thank you . I was just thinking to make a obby and then I seen your video . Now I can make my own obby and earn robux . Thank you ❤

  • @TheBestBacon-sp3ru
    @TheBestBacon-sp3ru 6 місяців тому

    this video was very helpfull while i was making my obby i didnt know how to make my blocks fall now i know thank you alvin :)

  • @TND12
    @TND12 Рік тому

    bro i gotta say i want u to make more of these vids they are helping me a lot since i dont know many stuff of roblox studios
    look some of the stuff u shown can help lots of ppl pls make vids like this i beg of u

  • @mbriisk22
    @mbriisk22 11 місяців тому

    this is literally the most helpful video ive ever watched. thank you!

  • @Mootereo
    @Mootereo Рік тому +1

    you know it is a good day when alving blox uploads

  • @Mohammadyadgari
    @Mohammadyadgari 4 місяці тому

    YO bro thank you so much dude, my spawn location was keep falling and i didnt knew what to do.. until i saw THIS THANK YOU and YOU EARN a SUB!!!!!! :D

  • @cjperlotto
    @cjperlotto Рік тому +1

    Love the content Alvin!

  • @TheCatThatsBatman
    @TheCatThatsBatman 6 місяців тому

    I truly appreciate Your methods There Always Helpful!

  • @LouisCrib
    @LouisCrib 6 місяців тому

    Tysm i Learned alot lol i learned how to make the fall brick thing And i will be making my own obbies soon! Will subscribe ❤❤

  • @evalilleby
    @evalilleby 9 місяців тому

    Tysm! You helped me a lot to understand how to code. Thanks again!

  • @Whale5310
    @Whale5310 Рік тому

    Sewy
    Btw alvinblox have you ever made a mini game in roblox studio?(just a video idea idk if you would do it im just asking)

  • @bluepro123
    @bluepro123 3 місяці тому

    i love alvins vids its THE BEST vids ever i WATCHED

  • @Izaz527
    @Izaz527 Рік тому

    Great video, watched your beginner script videos , helps a lot :)

  • @DuckMaster9000
    @DuckMaster9000 10 місяців тому

    Yo thank you for the help bro, this really help me a lot I really appreciated 🎉

  • @monkeybuddy030
    @monkeybuddy030 Рік тому +1

    Hello AlvinBlox, love your vids!
    I was wondering if you could make a turtorial on how to make a functioning boombox that plays certain songs when a tape is put into it.
    If possible maybe you could make it so that little hatch thing has to be open to insert a tape before playing anything?

  • @DraG0Ne
    @DraG0Ne Рік тому +1

    Your video quality is so good this video

  • @Mr_mark.
    @Mr_mark. Рік тому +2

    Thank you so much! My friends will love my soon to come obby💪

  • @roshmcdosh7571
    @roshmcdosh7571 3 місяці тому +1

    Hi, I want to create a shop at each station, and I want one of the things to be so thta they pay robux to turn the right answers green (on the can/can't collide section), can you please tell me how to do that?

  • @CoolerNuke99
    @CoolerNuke99 Рік тому

    thanks for making this video it helped he lot getting started making obbys

  • @FishyDevHome
    @FishyDevHome Рік тому

    you were the thing that inspired me to code!!! thanks alvinblox

  • @Rose-w5q2p
    @Rose-w5q2p Рік тому +1

    That was helpful my I well share video

  • @PUMCAM12
    @PUMCAM12 Рік тому

    Wow, I love how your editing skills are, it's amazing!
    You should teach them how to make the game "Hotel Empire"!

  • @chaitanyabisht2563
    @chaitanyabisht2563 2 місяці тому

    Amazing video! just one question, How do I set the spawn points in the diffrent levels? because it wasnt speecified in this video

  • @avoma666
    @avoma666 Рік тому

    This video helpful for me and beginners. I really know😍🥰🥰🥰 how to do! You really inspire me to do the code and lava, thank you very much!

  • @Ironboy_150
    @Ironboy_150 Рік тому +4

    Welcome back and I'm not coming back

  • @katarzynakudka2129
    @katarzynakudka2129 Рік тому +2

    Alvinblox in 10 years: How to make GTA 6 in roblox

  • @sushilaroy1401
    @sushilaroy1401 Місяць тому

    Thanks for this tutorial!❤

  • @Ufydek
    @Ufydek 4 місяці тому

    thanks for this amazing video, i always wanted to ceate games on roblox! :D

  • @halshocks-s1c
    @halshocks-s1c Рік тому +1

    Youre video helped me so much Thanks

  • @davino312
    @davino312 Рік тому

    heymalvin wanna a game idea? i have a great idea of a gamemto roblox but i dont have a PC...

  • @kozaiio
    @kozaiio 10 місяців тому +1

    The things are very far apart when I join it, how do I fix it

    • @Banana_lol09
      @Banana_lol09 10 місяців тому

      Make them smaller and closer

  • @ninosayompoo6321
    @ninosayompoo6321 Рік тому +1

    Thx you Im a beginner and this is helping me alot (even i dont understand the code though) I think this is the best way to learn coding, by look at what you do. Do you have any suggestion for me as a beginner Lua coder?😅

  • @y-sson
    @y-sson 5 місяців тому

    splendid tutorial good instructions and easy to follow

  • @MR_FUSION_EDITS
    @MR_FUSION_EDITS 25 днів тому

    thanks so much awsome viseo really helped me espeaciallly the lava code

  • @Angie_Equestrian
    @Angie_Equestrian 11 місяців тому

    thank you so much! you have helped me so much with making a game :)

  • @annemaingi6839
    @annemaingi6839 Рік тому

    Thanks alot u taught me the basics but the script was really complex for me as a kid

    • @rsinYT
      @rsinYT 4 місяці тому

      What do you do when your done the script

  • @fritzstevenbatarahutapea624
    @fritzstevenbatarahutapea624 День тому

    this gonna be my first game i did. thanx you

  • @R0eet
    @R0eet Рік тому

    THANK U SO SO MUCH IT REALLY HELPED ME👏👏👏👏

  • @Ironbaby08
    @Ironbaby08 Рік тому

    I love how alvin has completely forgotten about the my restaurant live stream series

  • @crocdev8470
    @crocdev8470 Рік тому

    Me: finishes Alvin's beginning scripting series
    Alvin: * uploads vid *
    Me: YEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

  • @ISkyy_LG_2
    @ISkyy_LG_2 Рік тому +1

    What happened to the recreating my restaurant livestreams?

  • @lisas8778
    @lisas8778 11 місяців тому +1

    All of those buttons you have on the side I don’t have

  • @ThePersonReal
    @ThePersonReal Рік тому

    bro I watched one of his videos from 2017 and then I watched his new videos, he changed a lot!

  • @Sub2Player1
    @Sub2Player1 3 місяці тому +1

    why the second obby it wont load for me when i join the game

  • @YassenKhan-i9k
    @YassenKhan-i9k Рік тому +1

    tysm this was so helpfull

  • @Roblox_Dude_79
    @Roblox_Dude_79 2 місяці тому

    Bro thank you so much thank you without you i was gona be lost

  • @Zxn1326
    @Zxn1326 Рік тому

    I accidentally exited out of the properties and now I can’t get it back anyone know how to?

  • @Joe_1235
    @Joe_1235 Рік тому +1

    FIRST! btw luv the tutorial type vids keep up the good work

  • @starboyjas
    @starboyjas Рік тому +1

    he made 500 versions of these, i honsetly dont bother for the fact on how much roblox studio changes quickly.

  • @annas214
    @annas214 Рік тому

    thanks for making this video! i made my first obby game and made 2437 robux! thanks gor this video!

  • @anatoliystrelchik2014
    @anatoliystrelchik2014 Рік тому

    Yo alvin
    So remeber when you made a how to make a story game right
    well i used the kit in part 1 and it says that my game is ristricted did i miss somethin if u can please reply because idk

  • @zaydXdraws
    @zaydXdraws 10 місяців тому

    cool now i know how to make an obby! ty AlvinBlox!

  • @im_specialrr4098
    @im_specialrr4098 Рік тому +1

    can you make a tutorial when activating/touching through a trigger event the camera goes onto the side like a 2D game

  • @timplaysroblox_shorts
    @timplaysroblox_shorts 3 місяці тому

    I just realized. Are you the creator of TPS? I play TPS ultimate soccer everyday and got some gamepasses

  • @AverageGamerVidz
    @AverageGamerVidz 10 місяців тому

    thank you for the tutorial it helped me

  • @daveashi1338
    @daveashi1338 Рік тому

    I would be really happy and it would help a lot if you could do a video on how to create effectuve gamepasses

  • @TheGoat-xj2sz
    @TheGoat-xj2sz 2 місяці тому +2

    My computer just went off so all my progress is gone

  • @Proaryan10_2.0
    @Proaryan10_2.0 10 місяців тому +1

    Very goood vidio i created my frist game today ❤❤

  • @neut_ro
    @neut_ro Рік тому

    Yo Alvin. Can you please make something new? You have always cared about your beginner audience but never about your advanced one. Watch suphi kaner or okeanisky... Or watch Sebastian lague they are very good game devs and they make very good toturials and videos about advanced stuff...

  • @SynXI
    @SynXI Рік тому +1

    Could you make a video where you make a game and try to get it to the frontpage without saying that your alvin

  • @pociota1351
    @pociota1351 Рік тому +1

    Nice video, i have question how to make more checkpoints

  • @theknightempire6072
    @theknightempire6072 Рік тому

    Alvinblox i have been watching your vids to learn how to develop a game. I have a question, can you please help me script a roblox game?

  • @RobloxianQuester
    @RobloxianQuester 25 днів тому

    I WAS ALREADY SUBBED TO YOU LOL I WAS ABOUT TO DO IT AGAIN

  • @HarrisonBorbarrison
    @HarrisonBorbarrison Рік тому

    Thank you!

  • @IEGamersRule
    @IEGamersRule 7 місяців тому

    The properties menu isn't there for me, is there a fix? I also tried ctrl shift p, but it still doesn't work. Thanks! -edit: i got it to work