How Battlegrounds Make Their UI | Roblox Studio

Поділитися
Вставка
  • Опубліковано 15 січ 2025

КОМЕНТАРІ • 371

  • @slither3183
    @slither3183 6 місяців тому +10

    Thanks man, this video helped alot👍

    • @iamLudius
      @iamLudius  6 місяців тому +2

      I'm happy to help
      Also thanks for the comment :]

  • @OllieEclipse
    @OllieEclipse 6 місяців тому +23

    Hey man I just watched your video on The Only Thing You Need To Learn How To Script. It seems very helpful and I am thinking about getting the book. Also, great tutorial.

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

      I'm glad you liked the vid brother, also thanks for the comment :]

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

    Thx so much this helps making my solo battlegrounds development so much easier thank you

  • @R0b0tlad181
    @R0b0tlad181 6 місяців тому +7

    the dropdown thing doesn't work but can u make it give you a tool? on whitch character you and has differnt skills?

  • @OfficialMelloStudios
    @OfficialMelloStudios 4 місяці тому +11

    For sum reason it doesnt turn into a drop down box it just becomes another example next to it
    how to fix

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

      use this instead:
      Icon.new()
      :setLabel("Example")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("Category 1")
      ,
      Icon.new()
      :setLabel("Category 2")
      ,
      Icon.new()
      :setLabel("Category 3")
      ,
      Icon.new()
      :setLabel("Category 4")
      ,
      })

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

      local containerlocal container = script.Parent
      local Icon = require(container.Icon)
      Icon.new()
      :setLabel("Character")
      :setImage(11984980776)
      :bindEvent("selected", function()

      end)
      :setDropdown({
      Icon.new()
      :setLabel("Character 1")
      :setImage(11984980776)
      :bindEvent("selected", function()
      end)



      }) = script.Parent
      local Icon = require(container.Icon)
      Icon.new()
      :setLabel("Character")
      :setImage(11984980776)
      :bindEvent("selected", function()

      end)
      :setDropdown({
      Icon.new()
      :setLabel("Character 1")
      :setImage(11984980776)
      :bindEvent("selected", function()
      end)



      })

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

      do lịke me i can do it

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

      @@Baconboy33213How?

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

      same

  • @mogymogs
    @mogymogs 6 місяців тому +16

    This changes my perspective of battlegrounds lol

  • @Dev-Flame
    @Dev-Flame 5 місяців тому +13

    Thank you I’m making a battlegrounds game I couldn’t know without you

    • @taiwofunmi5571
      @taiwofunmi5571 5 місяців тому +1

      What is the name of your battle ground game

    • @robloxxxxian_YT
      @robloxxxxian_YT 4 місяці тому +1

      I am making also battlegrounds

    • @NirbhaySharma-u7e
      @NirbhaySharma-u7e 4 місяці тому

      BRO PLS TELL ME HOW TO MAKE MOVESET AND MOVES

    • @Dev-Flame
      @Dev-Flame 4 місяці тому

      @@NirbhaySharma-u7e 😐 I ain’t telling you go check other videos on how to

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

      ​@@NirbhaySharma-u7etutorial exist or just search how to make battleground game by no cap studio.

  • @ohnjhi0ohn
    @ohnjhi0ohn 6 місяців тому +99

    not even 5 seconds in and its already all over my monitor

    • @iamLudius
      @iamLudius  6 місяців тому +30

      Bro seek help ASAP

    • @Paul-y7f8h
      @Paul-y7f8h 6 місяців тому +1

      @@iamLudius fr

    • @NotSar
      @NotSar 6 місяців тому +4

      @@iamLudiuswhat does he mean? Im serious I don’t get it? The ui??

    • @seadrown6252
      @seadrown6252 6 місяців тому +1

      Mods ban this guy

    • @Engardus
      @Engardus 6 місяців тому +1

      @@NotSaryour too young…

  • @KevinsGotAim
    @KevinsGotAim 6 місяців тому +7

    Your the only one I seen make this tutorial, ty

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

      You're welcome fam :]
      Also thanks for the comment

  • @JamesY2K
    @JamesY2K 26 днів тому +2

    ty bro this helped me bro

  • @PlayingAnimeY_T
    @PlayingAnimeY_T 21 годину тому

    Plz make a video of making the topbar plus switch characters

  • @ArtnonerfOfficial
    @ArtnonerfOfficial 5 місяців тому +1

    Ugh Idk What is blindevent well it's so helpful and nice

  • @zxy9415
    @zxy9415 6 місяців тому +4

    is there a way to make it switch from character to character?

    • @harryvpn1462
      @harryvpn1462 5 місяців тому

      Write the code to do that inside the function you bind to the button

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

    You're the goat I made something work for once cuz of you thank you

  • @toastada_is_awsome
    @toastada_is_awsome 3 місяці тому +19

    the script: Icon.new()
    :setLabel("Characters")
    :setImage(16086868244, "Deselected")
    :bindEvent("selected", function()

    print('Clicked')

    end)
    :setDropdown({

    Icon.new
    :setLabel("character")
    :bindEvent("selected", function()
    print('Clicked 2')
    end)
    })

    • @Mr.0049-
      @Mr.0049- 3 місяці тому

      you forgot add () in Icon.new

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

      @@Mr.0049- where

    • @Mr.0049-
      @Mr.0049- 3 місяці тому

      @@toastada_is_awsome In :SetDropdown

    • @GalaxyAiFansunivr
      @GalaxyAiFansunivr 2 місяці тому +1

      @@toastada_is_awsome i think he meant in the middle

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

      @@GalaxyAiFansunivr oh still dont know

  • @yukon.999
    @yukon.999 Місяць тому

    lowkey just give me a kiss, all diddy. This is actually so helpful...
    Instant sub.

  • @ItzBlueDxno
    @ItzBlueDxno 2 місяці тому +1

    How do you make it open a gui

  • @Gangofglador-kc4t
    @Gangofglador-kc4t 4 місяці тому +1

    :bindEvent("selected" , function)
    Print('clicked')
    End)

  • @cenn2
    @cenn2 6 місяців тому +30

    ai getting crazy... almost thought you were back with us Ludius, fly high🕊🕊

    • @rNerdss
      @rNerdss 6 місяців тому +3

      wdym?

    • @benji92350
      @benji92350 6 місяців тому +4

      @@rNerdssunfortunately he passed away

    • @ynriz
      @ynriz 6 місяців тому +1

      @@benji92350rip😢😢

    • @rNerdss
      @rNerdss 6 місяців тому +3

      @@benji92350 wait how is he making videos then?

    • @Hittzo
      @Hittzo 6 місяців тому +3

      @@rNerdss its ai

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

    dropdown did NOT work whatsoever, attempted tweaking it, and watched the original tutorial video and instructions, DID NOT work

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

      hey i can help

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

      Icon.new()
      :setLabel("menu")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("menu name 1")
      ,
      Icon.new()
      :setLabel("menu name 2")

      })

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

      you can change ("menu") , ("menu 1") and ("menu 2 ") with what you like

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

      @@epikduckfr thank you bro I’ve been waiting 2 months

    • @epikduckfr
      @epikduckfr 22 години тому

      @@PilgrammedGuide and yeah you can ungroup the topbar folder in replicated storage, then add local script to startplayersripts, and then the script in the video will work but only if u did "local Icon = require(game:GetService("ReplicatedStorage").Icon)
      local icon = Icon.new()" before the script

  • @RoverBG
    @RoverBG 2 місяці тому +1

    How do you make the buttons multi select like the Cosmetics in Tsbg?

  • @FrailinMateo-m6j
    @FrailinMateo-m6j 3 місяці тому +1

    But if u wanted the button change you to the character and have the character what would i have to do and also if u wanted to have a cd for it for players not to spam character and swich at what ever time they want

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

    yo, my topbar ain't working for me. all I did was copy the thing to add a dropdown.

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

    @iamLudius dropdown thing didn't work but can you make a vid on how to make the the characters give abilitys

  • @thatoneroleplaygirli8393
    @thatoneroleplaygirli8393 6 місяців тому +1

    can u make a tuturiol how to make a power selection

  • @FlawlessPixel
    @FlawlessPixel 6 місяців тому +3

    Bro actually uploaded in 1 day

    • @iamLudius
      @iamLudius  6 місяців тому +1

      It's almost like I'm back fr

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

    3:15 where is taaaaath

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

    Hello, can you please make a video on how to Connect the UI with different characters.

  • @Astrolightation
    @Astrolightation 6 місяців тому +1

    Aye, my icon returns nil when i try to set it's properties. It's give me a error returning nil. When i print the icon debug, the icon i was implemented gives a nil message.

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

    How i can make the moves?, i have the combat system, but not the moves like 1, 2, 3, 4, and i want make mine

  • @OmarAcosta-et1ir
    @OmarAcosta-et1ir 5 місяців тому +3

    PLEASE make a character selection video for topbar v3, i cannot find anything that works and u are genuinely my best hope bro please 😭😭

    • @boootzi6636
      @boootzi6636 5 місяців тому

      did you find anything

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

      Don't worry my boy. I will make it soon.

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

      @@Astrolightation did u made one?

  • @Pyroman1ak
    @Pyroman1ak 6 місяців тому +1

    can you make a video explaining how ultimate bg does the r6 r15 thing and whether or not i’ll have to reanimate everything

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

      just go to game settings click avatar, then choose r6 or r15

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

      @@ZonicSpeeds bro that’s not what i meant at all

  • @omarmostafa9756
    @omarmostafa9756 5 місяців тому

    fact: if u open up the console by typing /console in the chat u can see the plugin they use it says topbar plus

  • @kamui6664-r6e
    @kamui6664-r6e 3 місяці тому

    can you make a video on how to make the character selector work

  • @DDustty
    @DDustty 4 місяці тому +1

    hey I copied what you did to make the drop-down GUI, and I press play and nothing it there can I get some feedback

    • @Venixin
      @Venixin 4 місяці тому +1

      use this instead:
      Icon.new()
      :setLabel("Example")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("Category 1")
      ,
      Icon.new()
      :setLabel("Category 2")
      ,
      Icon.new()
      :setLabel("Category 3")
      ,
      Icon.new()
      :setLabel("Category 4")
      ,
      })

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

      @Nobody-rblxxnp! Btw im working on a game but making vids at the same time is hard and i realized that u make content from the same game i do mine, so do you wanna collab? We can also collab in studio to make games and etc!

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

      @Nobody-rblxx 2 games tbh, 1: a battlegrounds game and the second is a military game so far both games are doing so well, everything going the way i want it, im gonna release the military game faster than battlegrounds

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

      @Nobody-rblxx same here

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

    I discovered about the plugin because item asylum uses it, and when I pressed f9 I saw a message saying "Running on topbarplus"

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

      Thats how i found out at first as well, by clicking f9

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

    if you press F9 in any of these games and look at the console, the startup message confirms it

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

    i did everything you did but the top bar appears on the side and not a drop down menu

  • @sillycodinggoober41523
    @sillycodinggoober41523 19 днів тому

    How do i edit this to add characters from server storage to replicated storage (Beyblade game)

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

    i still need to know how to reset once you click one

  • @LaugabiltyReuploads
    @LaugabiltyReuploads 5 місяців тому

    can you make a tutorial how to make it so when you click on a button it changes text?

  • @DarkiUndo
    @DarkiUndo 5 місяців тому +1

    I NEED THE OUTRO SONG

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

    Thanks bro i ws making a game thanks you realy helped me someday ill repay you back

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

    for me the example part didn't show even tho i clicked it

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

    Maybe you could make another video on how to make it so that when you choose a diff character you reset?

  • @J4Y-p9p
    @J4Y-p9p 4 місяці тому

    how do you make it so that when you press a icon in the dropdown, it automatically deselects itself?

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

    I figured out how to do it quickly ONLY inside of studio, make a texture import your image then its gonna say rblxasset or something, copy the numbers and paste them where they should go.

  • @AllandSshorash
    @AllandSshorash 5 місяців тому

    How do you make toggle buttons in dropdown menus, I have been looking everywhere but cant find it.

  • @Infinite_Chaos_Bleh
    @Infinite_Chaos_Bleh 5 місяців тому

    can you make a tutorial on how to make a battlegrounds game I'm trying to make on myself but I'm sort of failing

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

    Bro pls make a tutorial on how to add if you click on character you will be that character like skills for character

  • @AKIM32
    @AKIM32 5 місяців тому

    but how do you change betwen them if you have skills ?
    It's just a gui you can't do anything whit it ?

  • @TheNoobDevLOL
    @TheNoobDevLOL 5 місяців тому

    well i made a spectate system but i its in starter gui and i want it to open the spectate system but idk how can u help?

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

    I have question. How do I insert a script in there for like editing booth? I have the script I just don't know how to insert into it.

  • @unkno0wonly
    @unkno0wonly 5 місяців тому

    Mhm it is topbar plus, i checked on the console when i first joined tsb and it's printed that they used topbar plus, pretty cool.

  • @CosmicKittyRBLX
    @CosmicKittyRBLX 5 місяців тому

    Could u make a video on how to make ur own battlegrounds if u haven’t made that video yet

  • @Darriwwaa
    @Darriwwaa 5 місяців тому

    can u make were u can add a moveset in there

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

    If you open console when you join jujutsu shenanigans in a private sever it'll say (TopBarPlus v3 loaded)

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

    hey its kinda easyier then a a decal
    go to you images in studio engein then right click and copy asset id and you can paste it now

  • @ProjectGhost15_
    @ProjectGhost15_ 5 місяців тому

    Can you make a tutorial on how to make it change your character when clicked on

  • @XxnoobslayerxX_3
    @XxnoobslayerxX_3 6 місяців тому +1

    Bro the bind event not workin for me bruh. how the hell do I fix this bruhhh

    • @Venixin
      @Venixin 4 місяці тому +1

      hey! i used this script to make it show characters!:
      Icon.new()
      :setLabel("Characters")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 115})
      :setDropdown({
      Icon.new()
      :setLabel("Zoro")
      ,
      Icon.new()
      :setLabel("Luffy")
      ,
      Icon.new()
      :setLabel("Goku")
      ,
      Icon.new()
      :setLabel("Ichigo")
      ,
      Icon.new()
      :setLabel("Yhwach")
      ,
      Icon.new()
      :setLabel("Sanji")
      ,
      Icon.new()
      :setLabel("Vegeta")
      ,
      Icon.new()
      :setLabel("Goku")
      ,
      Icon.new()
      :setLabel("Gogeta")
      ,
      Icon.new()
      :setLabel("Aizen")
      ,
      })
      Note: i used this in my own game (idk how to make the player reset and be the character they choose)

  • @Popp_str
    @Popp_str 5 місяців тому

    The part where you make a second label in dropdown wont work for me help please?

  • @Daniel_12_YT
    @Daniel_12_YT 4 дні тому

    it work's but how do i make me spawn as the character?

  • @zanexdominous3187
    @zanexdominous3187 5 місяців тому +2

    It doesn't work at all. I did the full script and I got absolutly nothing that the UI just disapeared

    • @Ilskosin-Il1as
      @Ilskosin-Il1as 5 місяців тому

      Me too if UI disapeared it means you do mistake so try find mistake

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

      did u find the mistake?

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

      @@samu471 welp ye. I saw some red lines showing below some of the words which made the whole thing not work. So i had to do the whole thing again and it worked this time

  • @wawaolddeltawawawa
    @wawaolddeltawawawa 2 місяці тому +5

    for me it didnt make a drop down, it just added a second icon next to the icon that needed a dropdown

    • @toxic-octo7926
      @toxic-octo7926 24 дні тому

      same

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

      Icon.new()
      :setLabel("menu")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("menu name 1")
      ,
      Icon.new()
      :setLabel("menu name 2")

      })

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

    help at the line 46 i copied exactly the same but for some reason it just said an error code something

  • @BRBGTY
    @BRBGTY 6 місяців тому +5

    Rest in peace Ludius🕊

  • @ShogunEdits890
    @ShogunEdits890 5 місяців тому

    Whenever i make a new charcter the entire ui disapperas when i click play

  • @mrvehf
    @mrvehf 5 місяців тому

    bro even the devs be dissing drake

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

    is it possible to change the color of the text

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

    can you make a vid about adding characters

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

    Why when I make more Icon the character label not appear

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

    Yo so I try insert it but it doesn't let me? I'm on laptop btw

  • @yuu1583
    @yuu1583 6 місяців тому +1

    your channel is so good, why just have 4,56k subs?

    • @iamLudius
      @iamLudius  5 місяців тому +1

      I mean the channel’s still somewhat new. Wanna help me spread the word? :]

    • @yuu1583
      @yuu1583 5 місяців тому

      @@iamLudius i'll tell my friends about your channel c:

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

    how to script the UI? cuz its not a started played UI i just dont know how to make a character change scrip for example

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

    where can I find the phoenix logo?

  • @sapphirescreenscinemarblx
    @sapphirescreenscinemarblx 5 місяців тому

    im using this but not for a battlegrounds game, any idea how to make a script that when they click one of the options it toggles the game music playing? from a specific soundgroup

  • @lianawilliams123
    @lianawilliams123 4 місяці тому +1

    I did ALL of that and in the end it wasn't there idk why and i rechecked multiple times and found nothing different in the script or in reallly anything.

  • @Prismastar
    @Prismastar 4 місяці тому +1

    tysm im making a jjk battleground game rn and its gonna be called totally accurate jujutsu game!!!!

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

      how is it called?

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

      1 month how is the game going

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

      @@pie_r1 pretty good

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

      same

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

      but it's called smth

  • @for_universe_balance
    @for_universe_balance 5 місяців тому

    How battleground maked their ULTRA INSTINCT?

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

    bro be like: ill diss drake today in this cool vidio

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

    How do I make it so that each one is a different character

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

    pls tell me how to make a moveset bar

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

    Teach us how to make it respawn us to a diffrent character

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

    Help , i did everything like in the video buter when i clicker on the icon nothing happened i dont understand

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

      use this instead:
      Icon.new()
      :setLabel("Example")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("Category 1")
      ,
      Icon.new()
      :setLabel("Category 2")
      ,
      Icon.new()
      :setLabel("Category 3")
      ,
      Icon.new()
      :setLabel("Category 4")
      ,
      })

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

    Can u make a tutorial on how to equip them

  • @Xenon_Eula
    @Xenon_Eula 5 місяців тому +1

    Bro... This is the video I need. Without this video, I would have scrapped this idea of mine of making a battlegrounds game. Props to you bro, you gave me further inspiration into making one of my dreams come true! Will definitely give you credits once this game of mine will be finished or published (If it ever goes public lmao). 🙏❤

  • @CrimsonCreates-r6u
    @CrimsonCreates-r6u 5 місяців тому

    ok please respond to this. the dropdown bar that shows the characters isnt working

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

      use this instead:
      Icon.new()
      :setLabel("Example")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("Category 1")
      ,
      Icon.new()
      :setLabel("Category 2")
      ,
      Icon.new()
      :setLabel("Category 3")
      ,
      Icon.new()
      :setLabel("Category 4")
      ,
      })

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

    How to make it so that when you click the button, it opens a ScreenGUI?

  • @imkay12-y6t
    @imkay12-y6t 6 місяців тому +1

    THANK YOU!!!

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

    hey bro idk why but mine is still the old ui is there anyway to fix it?

  • @michaelopoku9761
    @michaelopoku9761 5 місяців тому

    I have a proplem. So you know when you make the dropdown its not showing it to me so how do i fix it

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

      use this instead:
      Icon.new()
      :setLabel("Example")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("Category 1")
      ,
      Icon.new()
      :setLabel("Category 2")
      ,
      Icon.new()
      :setLabel("Category 3")
      ,
      Icon.new()
      :setLabel("Category 4")
      ,
      })

  • @iemie7070
    @iemie7070 5 місяців тому

    How do you make that popup at the bottom right?

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

      Here use this instead:
      Icon.new()
      :setLabel("Example")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("Category 1")
      ,
      Icon.new()
      :setLabel("Category 2")
      ,
      Icon.new()
      :setLabel("Category 3")
      ,
      Icon.new()
      :setLabel("Category 4")
      ,
      })
      (Note: change the names for example "Catagory 1" to "Character1" (just customise it!))

  • @Jeplify
    @Jeplify 6 місяців тому +1

    the dropdown window doesn't work???????

    • @Zibkickgaming
      @Zibkickgaming 5 місяців тому

      yea fr

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

      use this instead:
      Icon.new()
      :setLabel("Example")
      :modifyTheme({"Dropdown", "MaxIcons", 3})
      :modifyChildTheme({"Widget", "MinimumWidth", 158})
      :setDropdown({
      Icon.new()
      :setLabel("Category 1")
      ,
      Icon.new()
      :setLabel("Category 2")
      ,
      Icon.new()
      :setLabel("Category 3")
      ,
      Icon.new()
      :setLabel("Category 4")
      ,
      })

  • @UuejejUuejejee
    @UuejejUuejejee 21 день тому

    and how can i put skill for character :D?

  • @chrisLord-o2s
    @chrisLord-o2s 2 місяці тому

    When I press read me it dosent take me to script so I just made another local script in tobar+called read me pls help

  • @TheMysteriousInsect
    @TheMysteriousInsect 6 місяців тому +1

    I thought he died by the disease of “No Uploads.”

  • @desire-zs1rr
    @desire-zs1rr 6 місяців тому +2

    ty broo

    • @iamLudius
      @iamLudius  6 місяців тому +1

      You're welcome brother
      Also thanks for the comment :]

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

    Hey man can u make a part two

  • @404fanofgd
    @404fanofgd 4 місяці тому

    was searching on how to get it, this menu doesnt show for me soo

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

    BRO IVE BEEN LOOOKING EVERYWHERE I CANT FIND HOW TO GET THE NEW ROBLOX MENU ON STUDIO ALSO