Roblox "Configurations" Are Literally Useless

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

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

  • @byteblox100
    @byteblox100  10 หลายเดือนก่อน +8

    My cool and amazing courses:
linktr.ee/ByteBlox

  • @EpicPico0625
    @EpicPico0625 10 หลายเดือนก่อน +105

    Configurations are a reskin of Folder, but a cool one at that:
    - its automatically sets its self at the bottom of a model unlike the Folder
    - Has a cool ass icon
    - Easy to access through scripts especially looping through several folders.

    • @Ismail_NotFullName
      @Ismail_NotFullName 10 หลายเดือนก่อน +1

      thanks for the info 👍 :)

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

      real

    • @Dr_mafario
      @Dr_mafario 10 หลายเดือนก่อน +2

      Its really nice for having a list of objects where its easy to tell apart a regular folder and a bunch of values

  • @somerandomgoanimator1820
    @somerandomgoanimator1820 10 หลายเดือนก่อน +95

    Its literally a folder with a different icon

    • @catstik
      @catstik 10 หลายเดือนก่อน +9

      And thats why i love it (it also has a different classname so thats also very useful)

    • @iisle
      @iisle 10 หลายเดือนก่อน +5

      They look cooler

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

      a folder with a different icon and hold values

  • @Tealen
    @Tealen 10 หลายเดือนก่อน +25

    i love that instance, its a cool looking folder

  • @gamerproxddx
    @gamerproxddx 10 หลายเดือนก่อน +13

    I use them in both commisions and when developing with multiple people since it's more organized in my opinion, and also because it's very obvious when you see a configuration inside the object rather than having them in a less intuitive place such as the attributes. That's just me tho

  • @thecheezemanreal
    @thecheezemanreal 10 หลายเดือนก่อน +3

    I know its just a folder with a cool icon that is sorted to the bottom, but those two things genuinely make it useful

  • @ThatGlassesGamer
    @ThatGlassesGamer 25 วันที่ผ่านมา +1

    Well Configurations can be useful for OOP (which is kind of complicated), but if you have a Class Instance that is more abstract and not represented in game directly, Configurations can be useful. They're also useful for consistency-so that when you open a folder you don't get a model or value or whatever-you open a configuration for values and folders for other stuff.

  • @mrkinghimself9412
    @mrkinghimself9412 10 หลายเดือนก่อน +3

    I like to use this to make it neater, if you have loads of folders and you need to store values they need to be recognisable for you to change. Also when you make stuff like free models it’s easier to show new players where the configuration items are.

  • @GSFigure
    @GSFigure 10 หลายเดือนก่อน +2

    The Configuration instance needs a "Values" read-only property which would contain a UserData. This UserData would basically be a dictionary for every Value object stored inside the Configuration, and removes the need to constantly index and set the Value property of any BaseValues inside of the Configuration.

  • @hi_semih
    @hi_semih 10 หลายเดือนก่อน +21

    I use that for icon lol

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

      I hate folder icon

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

      @peaches244 what?

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

      Use silk+ it's the old icons but with a few more things

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

      ​@@catstikI missed old studio but the modern one is more good :D

  • @sokiuwu
    @sokiuwu 10 หลายเดือนก่อน +3

    I agree it'd be nice to have more convenient built-in functions. Like I've used Godot for a while and I absolutely love gdscript and the way everything is just so convenient and simple. I understand that for example you just can't modify the X value of a position property directly for language reasons or whatever, but there gdscript really feels way more easy and convenient than luau and the default nodes and their functions that godot provides are really missing from roblox. Like a timer. The simplest thing. People use timers a lot and nobody wants to recode something every time they open up a new project just because it's so fundamental yet still lacking from the engine.

  • @danysou_1
    @danysou_1 10 หลายเดือนก่อน +7

    new milestone: you are popuular enough to unlock corn bots in comment section

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

      had to do this to not summon em

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

    We use configurations to set default values for each weapon type in our game, and any individual skin of each weapon can have their own configuration and anything different from default will be changed in gameplay

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

    Were you even around when there were no attributes? Back then it was not per say different than a folder but it had a different icon making it clear that it is for configuration

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

    Configs are actually really useful, because they dont blend in with other folders and can be easily seen

  • @lolmasterwastaken2
    @lolmasterwastaken2 10 หลายเดือนก่อน +1

    Can you explain the climbingmanger and controller manger and those kinda things

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

    I use configurations for well... values. They look cool even inside of a folder.

  • @mayzdev
    @mayzdev 10 หลายเดือนก่อน +1

    meh... i like using them if i do need settings for things.. pretty much just a folder but re-skinned for a different purpose, and i will use it for that purpose

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

    0:18 so... it does something or is a good way for my """programming""" team to not break my code?

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

    fun fact: the old icon for the configuration was just a folder with a gear

  • @gg-nv1mq
    @gg-nv1mq 9 หลายเดือนก่อน

    I like to put a configuration inside scipt then using attributes in config because I think it's more organised and easier for my customers

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

    No? It can be used as an instance purely for Attributes

  • @ThatGlassesGamer
    @ThatGlassesGamer 25 วันที่ผ่านมา +1

    Also use moduleScripts

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

    Can you make video on animation priorities and animation weight? They're pretty confusing...

  • @LD-dt1sk
    @LD-dt1sk 10 หลายเดือนก่อน +1

    I use it for data mostly

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

    The only reason you should use this object is for making organization easy. Other than that, it's literally just a skin, lol.

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

    Why Did I See It Say Cheezits Was It A Virus?

  • @thatsquishydude-ob7ci
    @thatsquishydude-ob7ci 8 หลายเดือนก่อน

    idea what if putting a config in a item alows you to change propeties amediantly like when you open the config properties you can add properties from other items and if you put it in a item the item will override the old properties for new ones this would be usefull for laot of things in my opinion like if you wnated to chagnge alot of propeties with out cluterd code

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

    i use them for lighting and that is it

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

    Configuration is just so you dont lost in random folders

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

    Can't configurations get the Value property of one of the values you put in it without having to write .Value? e.g. Configuration.Damage = 10 instead of Configuration.Damage.Value = 10? Idk, If I'm wrong this could be a neat feature.

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

    What was that face at like 4:40

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

      Studio buddy plugin lmao, I made a video on it

  • @Hyruledude992
    @Hyruledude992 10 หลายเดือนก่อน +3

    You forgot Studio Buddy again, where is he... Do I have to start saying "Day 1 of asking where Studio Buddy is" or what?

    • @theoriginallamp100
      @theoriginallamp100 10 หลายเดือนก่อน +1

      4:41 lol

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

      @@theoriginallamp100 He closed Studio Buddy tho.

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

    I saw your ToS on your Discord. Fix the Configuration for everyone or don't. No in-between.

  • @BloxBuilder100
    @BloxBuilder100 10 หลายเดือนก่อน +3

    Day 3 of asking of a vid about how to make plugins

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

      You could look up on the dev forum

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

    but it looks fancy
    2:00 also you don't want to have that stuff on a client-owned object

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

      why not? the values will be replicated along with the too litself and because of filtering enabled, i dont really see the problem, but i might be wrong (only if you read the values from the server, otherwise of course theres a vulnerability)

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

      I mean like, its not like having that stuff replicated to the client would change anything, serverside (where you should be registering the hits) the client can't change the values

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

      it's dumb to do on client as that is a huge vulnerability, besides there's not really reason to create them on client considering we use both on the server, and also if we were to change the values for some reason then it wouldnt be replicated to server by itself@@TecV9

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

    Answer: Just use folders or attributes

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

    Super cool!
    I love using values. It's super manageable and easy to use and can be changed in game

  • @7GStudioID
    @7GStudioID 10 หลายเดือนก่อน +2

    Day 6 of asking to make a PathFindingService video 🙏🙏

  • @TimoXBeR
    @TimoXBeR 10 หลายเดือนก่อน +1

    i literally laughed outloud at 2:31

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

      becosue you bad/noob in codding or just bot to gain views

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

      @@yarik_superpro learn grammar

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

      not a main life goal@@idiotlegoman

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

      @@yarik_superpro and you're a simple toxic that threw a toxic comment to the video itself too
      yapping nonsense? bro this is his style of teaching, he simply reviews some things in roblox studio and tells about what they're for
      also if you call me bad at coding, could you please show something YOU created?

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

      looking on how person teach you can see a knowledge
      ANd he even selling courses for 25$ ayo bro that insane you here very wrong🤣 @@TimoXBeR

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

    byteblox please feed me im starving down here

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

      🫐🫐

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

    how dare you kill studio buddy

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

    Day 3 for vid on AssetService

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

    Day 10 asking for metatable tutorial

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

    Hello byte bloc

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

    i like it

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

    Hello

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

    the 100th like :3

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

    first comment

  • @irludure
    @irludure 10 หลายเดือนก่อน +1

    Day 2 of asking for a plugin creation tutorial