Module Scripts - Roblox Advanced Scripting #11

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

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

  • @franciszieglar9932
    @franciszieglar9932 9 หลายเดือนก่อน +11

    woah putting a datastore in a module script was mindblowing to me but i guess i still got a way to go. great video

  • @offleak
    @offleak ปีที่แล้ว +18

    Would love to see a video of you explaining the use of actors, connect parallel etc.

  • @Devpop-qi4pu
    @Devpop-qi4pu ปีที่แล้ว +8

    I love your scripting tutorial

  • @notrufhamburg-fan
    @notrufhamburg-fan 3 วันที่ผ่านมา +1

    0:29 ctrl+c,ctrl+v

    • @Rad1ation
      @Rad1ation วันที่ผ่านมา

      Its supposed to be easy to read and learn.
      Would you live to see code like:
      local Banana = game:Get service("Replicated storage")

    • @beluga-to5of
      @beluga-to5of วันที่ผ่านมา

      @Rad1ation i would probably live to see it yeah i dont plan on dying soon

  • @CodeByteCrafter
    @CodeByteCrafter 5 หลายเดือนก่อน +7

    okay this topic wasn't that difficult but the complexity it has goes sky rocket very soon. Thanks for this turtorial im slowly climbing my way to bacome a roblox dev 💖

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

    its actually so mindblowing how good you explain this stuff, you have a good talent at communicating

  • @ThicK_Mango
    @ThicK_Mango 4 หลายเดือนก่อน +3

    Thank you so much for making these tutorials, I really like the real-life practical examples at the end.

  • @SquidyCodesHacked
    @SquidyCodesHacked 3 หลายเดือนก่อน +1

    Amazing video, I already knew about module scripts, but this gave me even more info on it!

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

    I hope you know how much you're helping me to get started

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

    Needed this!!! 1k subs soon :D

  • @InfantryBattalions
    @InfantryBattalions 6 หลายเดือนก่อน +2

    thank you for this tutorial really, like geniully motivates me to get working and learn new things just from your tutorial. You make it very understandable, Im certain you get this a lot many times

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

    Nice vid!

  • @cjlovesjesus4
    @cjlovesjesus4 3 หลายเดือนก่อน +2

    0:13 ARRRRG ARRRRRRRRGG AAAAAAAAARRRRRRRRRRGGGGGGGGG

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

    you are worldssss bestttt explainer 👌👌👌👌👌👌👌👌👌👌👌👌😎😎😎😎😎😎

  • @abdowew-xx8xg
    @abdowew-xx8xg 11 วันที่ผ่านมา

    best to explain scripting thank you so much

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

    That was a very...interesting function at the start

  • @JustAnRandomRobloxPlayer371
    @JustAnRandomRobloxPlayer371 3 หลายเดือนก่อน

    thx:D ill try to make a calculator to study more about module scripts

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

    thanks for making this video i know that I sound like an npc but it is true it really helped a lot

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

    Very good video, will there be video about CFrame?

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

    Amazing tutorial🎉

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

    First!

  • @الخلبوصة
    @الخلبوصة 3 หลายเดือนก่อน

    just came back bcuz i forgot how to write functions in modules lol
    and btw i wrote my first ever modulescript in my game just now:)

  • @DevGreg
    @DevGreg 3 หลายเดือนก่อน +2

    like a static java class

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

    going strong

  • @Steelxfaze
    @Steelxfaze 8 หลายเดือนก่อน

    rlly useful, thanks

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

    Amazing

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

    oop when

  • @NotChinese
    @NotChinese 6 หลายเดือนก่อน

    8:55 is it just me get me wrote the code wrong or it just updated
    the module script print statement will run right at where it called
    edit : i forgot the module was meant to be alone and not getting called by other script,sorry

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

    what was that module in the end
    can you show that configuration and spawn thing that not lookinglike normal module funtions to me idk

  • @firefox5090
    @firefox5090 7 หลายเดือนก่อน

    How would you do it to where you can set true and false in a module script. What I mean by this is setting something to true then it waits x seconds then it changes to false. You only get false returned from this then and it does not return true right when it is set.

  • @Gogo-jl4sh
    @Gogo-jl4sh 9 หลายเดือนก่อน

    What’s the main difference between module scripts and remote events as they seem to function similarly in the sense that they allow you to access other scripts and reference them

    • @mvxxonyoutube
      @mvxxonyoutube 9 หลายเดือนก่อน +3

      Module Scripts are used for organization and Remote Events are used for communication between parts of your Roblox project

    • @Gogo-jl4sh
      @Gogo-jl4sh 9 หลายเดือนก่อน

      Ok thank you, I somewhat understand where you are coming from so is like module scripts are used typically more frequently than remote that they are scripts that need to be organised as they will be used multiple times for different scenarios compared to remote that are used less frequently... I'm still so very confused@@mvxxonyoutube

  • @pontus3018
    @pontus3018 6 หลายเดือนก่อน

    How do your Roblox studio icons look like that? (Like on the services and stuff like that) because it doesn't look like that on mine. How do i change it?

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

    How can i make a script run a code when a module value change?

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

    W

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

    I'm learning module scripts only to not be a loser

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

    how many more of these are planned? is there a plan even?

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

      Yep, I'd say we're almost halfway through the list that I planned in the beginning. Once the series is over, I will branch out towards other content with roblox game development and I hope you stick around through the journey! :)

    • @YupLeditz
      @YupLeditz 3 หลายเดือนก่อน

      @@BrawlDevRBLXdont EVER end this SERIES

  • @JohnPaul-v2f
    @JohnPaul-v2f 3 หลายเดือนก่อน

    :DD

  • @AlfonsoGomez-r5t
    @AlfonsoGomez-r5t หลายเดือนก่อน

    Hey Brawl dev can you help me make my Roblox game?

  • @zenitsut3871
    @zenitsut3871 6 หลายเดือนก่อน

    metatables??!

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

    USed module scripts to make my notification system on my channel OwO

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

    modular

  • @pedroj.8013
    @pedroj.8013 หลายเดือนก่อน

    another great video 🤗