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.
@@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
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
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.
@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!
@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
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.
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)
@@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
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
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.
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). 🙏❤
Thanks man, this video helped alot👍
I'm happy to help
Also thanks for the comment :]
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.
I'm glad you liked the vid brother, also thanks for the comment :]
Thx so much this helps making my solo battlegrounds development so much easier thank you
the dropdown thing doesn't work but can u make it give you a tool? on whitch character you and has differnt skills?
For sum reason it doesnt turn into a drop down box it just becomes another example next to it
how to fix
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")
,
})
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)
})
do lịke me i can do it
@@Baconboy33213How?
same
This changes my perspective of battlegrounds lol
inwhat way
Thank you I’m making a battlegrounds game I couldn’t know without you
What is the name of your battle ground game
I am making also battlegrounds
BRO PLS TELL ME HOW TO MAKE MOVESET AND MOVES
@@NirbhaySharma-u7e 😐 I ain’t telling you go check other videos on how to
@@NirbhaySharma-u7etutorial exist or just search how to make battleground game by no cap studio.
not even 5 seconds in and its already all over my monitor
Bro seek help ASAP
@@iamLudius fr
@@iamLudiuswhat does he mean? Im serious I don’t get it? The ui??
Mods ban this guy
@@NotSaryour too young…
Your the only one I seen make this tutorial, ty
You're welcome fam :]
Also thanks for the comment
ty bro this helped me bro
what does he write? i cant see
Plz make a video of making the topbar plus switch characters
Ugh Idk What is blindevent well it's so helpful and nice
is there a way to make it switch from character to character?
Write the code to do that inside the function you bind to the button
You're the goat I made something work for once cuz of you thank you
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)
})
you forgot add () in Icon.new
@@Mr.0049- where
@@toastada_is_awsome In :SetDropdown
@@toastada_is_awsome i think he meant in the middle
@@GalaxyAiFansunivr oh still dont know
lowkey just give me a kiss, all diddy. This is actually so helpful...
Instant sub.
How do you make it open a gui
:bindEvent("selected" , function)
Print('clicked')
End)
ai getting crazy... almost thought you were back with us Ludius, fly high🕊🕊
wdym?
@@rNerdssunfortunately he passed away
@@benji92350rip😢😢
@@benji92350 wait how is he making videos then?
@@rNerdss its ai
dropdown did NOT work whatsoever, attempted tweaking it, and watched the original tutorial video and instructions, DID NOT work
hey i can help
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")
})
you can change ("menu") , ("menu 1") and ("menu 2 ") with what you like
@@epikduckfr thank you bro I’ve been waiting 2 months
@@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
How do you make the buttons multi select like the Cosmetics in Tsbg?
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
yo, my topbar ain't working for me. all I did was copy the thing to add a dropdown.
@iamLudius dropdown thing didn't work but can you make a vid on how to make the the characters give abilitys
Fr
can u make a tuturiol how to make a power selection
Bro actually uploaded in 1 day
It's almost like I'm back fr
3:15 where is taaaaath
Hello, can you please make a video on how to Connect the UI with different characters.
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.
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
PLEASE make a character selection video for topbar v3, i cannot find anything that works and u are genuinely my best hope bro please 😭😭
did you find anything
Don't worry my boy. I will make it soon.
@@Astrolightation did u made one?
can you make a video explaining how ultimate bg does the r6 r15 thing and whether or not i’ll have to reanimate everything
just go to game settings click avatar, then choose r6 or r15
@@ZonicSpeeds bro that’s not what i meant at all
fact: if u open up the console by typing /console in the chat u can see the plugin they use it says topbar plus
can you make a video on how to make the character selector work
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
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")
,
})
@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!
@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
@Nobody-rblxx same here
I discovered about the plugin because item asylum uses it, and when I pressed f9 I saw a message saying "Running on topbarplus"
Thats how i found out at first as well, by clicking f9
if you press F9 in any of these games and look at the console, the startup message confirms it
i did everything you did but the top bar appears on the side and not a drop down menu
How do i edit this to add characters from server storage to replicated storage (Beyblade game)
i still need to know how to reset once you click one
can you make a tutorial how to make it so when you click on a button it changes text?
I NEED THE OUTRO SONG
Thanks bro i ws making a game thanks you realy helped me someday ill repay you back
for me the example part didn't show even tho i clicked it
Maybe you could make another video on how to make it so that when you choose a diff character you reset?
how do you make it so that when you press a icon in the dropdown, it automatically deselects itself?
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.
How do you make toggle buttons in dropdown menus, I have been looking everywhere but cant find it.
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
Bro pls make a tutorial on how to add if you click on character you will be that character like skills for character
but how do you change betwen them if you have skills ?
It's just a gui you can't do anything whit it ?
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?
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.
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.
Could u make a video on how to make ur own battlegrounds if u haven’t made that video yet
can u make were u can add a moveset in there
If you open console when you join jujutsu shenanigans in a private sever it'll say (TopBarPlus v3 loaded)
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
Can you make a tutorial on how to make it change your character when clicked on
Bro the bind event not workin for me bruh. how the hell do I fix this bruhhh
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)
The part where you make a second label in dropdown wont work for me help please?
doesn't work for me either
it work's but how do i make me spawn as the character?
It doesn't work at all. I did the full script and I got absolutly nothing that the UI just disapeared
Me too if UI disapeared it means you do mistake so try find mistake
did u find the mistake?
@@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
for me it didnt make a drop down, it just added a second icon next to the icon that needed a dropdown
same
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")
})
help at the line 46 i copied exactly the same but for some reason it just said an error code something
Rest in peace Ludius🕊
wait wha-
He didn't die yet
Whenever i make a new charcter the entire ui disapperas when i click play
nvm
bro even the devs be dissing drake
is it possible to change the color of the text
can you make a vid about adding characters
Why when I make more Icon the character label not appear
Yo so I try insert it but it doesn't let me? I'm on laptop btw
your channel is so good, why just have 4,56k subs?
I mean the channel’s still somewhat new. Wanna help me spread the word? :]
@@iamLudius i'll tell my friends about your channel c:
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
where can I find the phoenix logo?
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
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.
did you put it in replicated storage?
@@_DEVfloppa_ yes
No i didn't
I tried again and it worked srry
tysm im making a jjk battleground game rn and its gonna be called totally accurate jujutsu game!!!!
how is it called?
1 month how is the game going
@@pie_r1 pretty good
same
but it's called smth
How battleground maked their ULTRA INSTINCT?
bro be like: ill diss drake today in this cool vidio
How do I make it so that each one is a different character
pls tell me how to make a moveset bar
Teach us how to make it respawn us to a diffrent character
Help , i did everything like in the video buter when i clicker on the icon nothing happened i dont understand
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")
,
})
Can u make a tutorial on how to equip them
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). 🙏❤
same here also making a battlegrounds game. good luck to you!!
yes
@8BitVRGT you too fr!!!11
@8BitVRGT you too man ty
ok please respond to this. the dropdown bar that shows the characters isnt working
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")
,
})
How to make it so that when you click the button, it opens a ScreenGUI?
THANK YOU!!!
hey bro idk why but mine is still the old ui is there anyway to fix it?
I have a proplem. So you know when you make the dropdown its not showing it to me so how do i fix it
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")
,
})
How do you make that popup at the bottom right?
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!))
the dropdown window doesn't work???????
yea fr
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")
,
})
and how can i put skill for character :D?
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
I thought he died by the disease of “No Uploads.”
ty broo
You're welcome brother
Also thanks for the comment :]
Hey man can u make a part two
was searching on how to get it, this menu doesnt show for me soo
BRO IVE BEEN LOOOKING EVERYWHERE I CANT FIND HOW TO GET THE NEW ROBLOX MENU ON STUDIO ALSO