The leaderboard worked but the character selection didn’t work I did every step correctly and still nothing I even rewinded and checked again and still nothing why won’t the character bar show
I have some ideas for this series, good if you continue with it of course, first: Make a supporter for mobile, console and so on. second: make the combat system, teach how to make the skills, defense system, etc. and maybe I have more ideas for this series (:
local RS = game:GetService("ReplicatedStorage") -- Fetch some stuff local Players = game:GetService("Players") local CharacterModule = require(RS:WaitForChild("Modules"):WaitForChild("CharacterModule")) local Icon = require(RS:WaitForChild("Modules"):WaitForChild("Icon")) local player = Players.LocalPlayer local changeCharacter = RS:WaitForChild("Remotes"):WaitForChild("changeCharacter") -- Character selection local function getCharacters(player) local characters = CharacterModule.GetCharacters(player) return characters end Icon.new() :setLabel("Characters") :setDropdown({ Icon.new() :setLabel("Turbo") :oneClick() :bindEvent("selected", function() -- Correct method is usually 'bindEvent' with a capital E changeCharacter:FireServer("Turbo") end) }) here use this but differentiate the character name
I tried doing this, I was about to end the video writing ALL the scripts written, when I was about to test it. The drop down menu (ICON) didn't appear and I EXACTLY put it into 'Replicated Storage'. I'm never making a game I quit.
So, I did everything correctly (At least I think I did), but when I played, the drop down and leaderboard worked but when I chose my second character, it still displayed that I had the first character selected what do I do?
at 13:27 put a code thats like this Players.PlayerAdded:connect(function(player) but its got a blue sqiggly line under it and so error is popping up pls help me
@@ZeevalTV keep up the great work because unlike other tutorial scripture you Stan out different and u helped me understand roblox scripting way more easier and funne and understandable God bless you
oh wait so uhh check ur ouput, mine is missing an "," after the the last "end)" meh Ik im suck at explaining so here's the script: local Players = game:GetService("Players") local RS = game:GetService("ReplicatedStorage") local CharactersModule = require(RS:WaitForChild("Modules"):WaitForChild("CharactersModule")) local Icon = require(RS:WaitForChild("Modules"):WaitForChild("Icon")) local ChangeCharac = RS:WaitForChild("Remotes"):WaitForChild("ChangeCharac") local player = Players.LocalPlayer local function getCharacters(player) local characters = CharactersModule.GetCharacters(player)
end Icon.new() :setLabel("Characters") :setImage("90655727145419") :setDropdown({ Icon.new() :setLabel("...") --replace with ur charac1 name :oneClick() :bindEvent("selected", function() ChangeCharac:FireServer("...") end), --add a , here
Icon.new() :setLabel("...") --replace with ur charac2 name :oneClick() :bindEvent("selected", function() ChangeCharac:FireServer("...") end), --add a , for later characs(if needed) })
When I change the character, the selectedCharacter’s value doesn’t change… Can anyone help me? Edit : I’m done. I checked everything a 100 times, but it’s still not working-
yo remember u copied the streetfighter template the modulescript inside characters in repllicated storage u have to go into the second character name and instead of being local streetfighter put ur character name and in return too
so uhm Zeeval my character value isn't working, it just stays the value I set for it and never change edit: it kindaa worked, when I pressed duelist it changes the value but never change back and when I add a 3rd character I cant change into it
It just shows character, then my first characters name next to it, not in a drop down, when I click characters the drop down doesnt exist, this tutorial is broken, can you please make a new video on this?
i already checked the video a alot of times but at the part of getting the characters from the table i recieve table: 0x49190d93cdd78a8b instead of the result on the video
make sure in the onserverevent code, the changing value is :WaitForChild("selectedCharacter").Value = Character and not :WaitForChild("selectedCharacter") = Character or :WaitForChild("selectedCharacter").Value == Character
okay so i made sure everythign was correct but my issue is the icon pack does not work when it is moved out of its original file so when i move it it dissapears
Ok so i followed everything but for some reason the Server code does not work it is stating that the variable players was not created but it is right there also for print(characters) it doesn't work etheir
When i clicked at th,e character, it doesnt change value (Character) It stayed the same. I made 2 character called Slap guy and Godspeed. I tried clicking godspeed in the character, but it stays as slap guy
yo remember u copied the streetfighter template the modulescript inside characters in repllicated storage u have to go into the second character name and instead of being local streetfighter put ur character name and in return too - PIN ME SO MANY PEOPLE NEEDS THIS !
Yooo, id like some help, so i fixed all my mistakes and now, it shows the character icon, but the dropdown part doesnt work and the street fighter is right next to the char
PLEASE DON'T STOP IT, MY DREAM IS MAKE A BATTLEGROUND GAME 😭🙏
Bros desperate 😂
2+ years of coding required
@@nubnoobbo Nuh uh
@@Guxtzin yuh huh
@@TranquiIyou just need ai
Thank for making this series but I really did spend days studying this and it’s only the first video in this series
I LOVE YOUR TUTORIALS SO MUCH ZEEVAL
please dont stop making battleground videos, i learn so much from them
Finally a tutorial that is up to date
(Ik 1 month is a long time but the other videos were either 1 year old or 11 months old)
The leaderboard worked but the character selection didn’t work I did every step correctly and still nothing I even rewinded and checked again and still nothing why won’t the character bar show
me too, like why isn't it working
same for me
How did the leaderboard work
but the entire tool box thing in replicated storage
@TBQ414what tool box?
I have some ideas for this series, good if you continue with it of course, first: Make a supporter for mobile, console and so on.
second: make the combat system, teach how to make the skills, defense system, etc.
and maybe I have more ideas for this series (:
YO YOU LISTENED TO MY IDEA I LOVE YOU ZEEVAL😊
Yall you can fix the character problem by changing :setDropDown to :setDropdown
really ????
the character is a separate button from charactrer menu
remove the ":oneclick" function
local RS = game:GetService("ReplicatedStorage") -- Fetch some stuff
local Players = game:GetService("Players")
local CharacterModule = require(RS:WaitForChild("Modules"):WaitForChild("CharacterModule"))
local Icon = require(RS:WaitForChild("Modules"):WaitForChild("Icon"))
local player = Players.LocalPlayer
local changeCharacter = RS:WaitForChild("Remotes"):WaitForChild("changeCharacter")
-- Character selection
local function getCharacters(player)
local characters = CharacterModule.GetCharacters(player)
return characters
end
Icon.new()
:setLabel("Characters")
:setDropdown({
Icon.new()
:setLabel("Turbo")
:oneClick()
:bindEvent("selected", function() -- Correct method is usually 'bindEvent' with a capital E
changeCharacter:FireServer("Turbo")
end)
}) here use this but differentiate the character name
@@SinkDev great now there's no button
@@BluelimehuY2013iscool i fucking said change the character
@@BluelimehuY2013iscool you suck at scripting
nvm this is the errored one local CharacterModule = require(ReplicatedStorage:WaitForChild("Modules"):WaitForChild("CharacterModule"))
I still have this problem please help me 😢
omaga, its my favorite character, the "do a list" :0
Underrated af
Nice vid bro, thanks and wish you success
im having trouble with the character value, whenever i click My other character, the value doesnt change
😢 I also have the same problem
Such a GREAT and I mean GREAT tutorial, just have follow and look at each step carefully.
Amazing tutorial! Thanks so much for making this!
8:48 to see here is the button
I tried doing this, I was about to end the video writing ALL the scripts written, when I was about to test it. The drop down menu (ICON) didn't appear and I EXACTLY put it into 'Replicated Storage'. I'm never making a game I quit.
Have you put the other script into starter gui?
Bro i was so confused on why it wasnt showing my kills for 1h and then realised i spelled "Total skills" 😞
lol
Im not doing it again. the "Characters" button is not there
i have the same problem here too
did you make sure to double check over your work? if you misplaced a bracket or something? i had the same problem but managed to fix it
@zuki_theidiot I checked everything but each time it doesn't do anything
put icon into modules
So, I did everything correctly (At least I think I did), but when I played, the drop down and leaderboard worked but when I chose my second character, it still displayed that I had the first character selected what do I do?
Same bro
Did you manage to fix this?
YES FINALLY IS OUTT! 🎉
at 13:27 put a code thats like this Players.PlayerAdded:connect(function(player) but its got a blue sqiggly line under it and so error is popping up pls help me
maybe try with a capital 'C' for 'Connect
as in 'Players.PlayerAdded:Connect(function(player)'
if that doesn't work, idk
why my scripts doesnt work? (i put everything in correct place and everything correct, i cant understand this 😭)
Same
I did everything u said but it doesn’t work nvm it works just take the Icon in modules
but the entire tool box thing in replicated storage
Players.PlayerAdded:Connect(function(player in that the Players has a red line
Why when I go to the play test the menu won’t pop up when I click on it and neither will the name for the topbar even pop up?
I cant see the character button :/
same
Me too
I cant Get The leaderstats Working
HLY SHID THANKKK UU FOR THIS VIDEOOO
Hey zeeval I've been watching you since your first vid (rng) and I really like your tutorials
Thanks man
@@ZeevalTV keep up the great work because unlike other tutorial scripture you Stan out different and u helped me understand roblox scripting way more easier and funne and understandable
God bless you
Can someone please help me I did everything correctly and it shows as value on the leaderboards
It happened to me all I had to was check everything and one the mistakes I made was the name wasn't capital n. Hope this helps
@@Nolan_Rip6234 dude fix ur grammer and thx lol
WHY YOUR SCRIPT IS WORKING AND MINE NOT?!
That's what I'm saying
Time Stamp: 19:38
well when i put duelist too the character button in game is gone, and when i deleted duelist, the character button in game is back. how do i fix that
dude same here
oh wait so uhh check ur ouput, mine is missing an "," after the the last "end)"
meh Ik im suck at explaining so here's the script:
local Players = game:GetService("Players")
local RS = game:GetService("ReplicatedStorage")
local CharactersModule = require(RS:WaitForChild("Modules"):WaitForChild("CharactersModule"))
local Icon = require(RS:WaitForChild("Modules"):WaitForChild("Icon"))
local ChangeCharac = RS:WaitForChild("Remotes"):WaitForChild("ChangeCharac")
local player = Players.LocalPlayer
local function getCharacters(player)
local characters = CharactersModule.GetCharacters(player)
end
Icon.new()
:setLabel("Characters")
:setImage("90655727145419")
:setDropdown({
Icon.new()
:setLabel("...") --replace with ur charac1 name
:oneClick()
:bindEvent("selected", function()
ChangeCharac:FireServer("...")
end), --add a , here
Icon.new()
:setLabel("...") --replace with ur charac2 name
:oneClick()
:bindEvent("selected", function()
ChangeCharac:FireServer("...")
end), --add a , for later characs(if needed)
})
oh I fixed mine error, check ur output it'll tell u what's wrong
mine is missing an "," after the end) of Streetfighter
trying to change my character to another character doesnt change the value it gives me infinite yield warnings pls help
So it says i messed up on the "local player = Players.LocalPlayer" part on TopBar but i have no clue on why
Did you put )) on the end of “(“CharacterModule”))?
If so then I have no idea
Your error message would be like… expected “)” got “local”
If not then I have no idea
@@Evan-me7tk Yes its the expected ")" got "Local thing
Works perfectly!
When it prints characters it just prints … for me
did everything correctly, character bar isn’t shown
ik but did u fix it if yes then TELL ME!!!
@@octavioaguilar1786wdym
dosent show characters but examples
The top bar script isnt working for me, Please help.
When I change the character, the selectedCharacter’s value doesn’t change…
Can anyone help me?
Edit : I’m done. I checked everything a 100 times, but it’s still not working-
yo remember u copied the streetfighter template the modulescript inside characters in repllicated storage u have to go into the second character name and instead of being local streetfighter put ur character name and in return too
Ok I was having the same error but it got fixed when I swapped the lower case selectedCharacter to upper case SelectedCharacter😊
for some reason, the character option is not working, if someone could please just share it here in the comments im having some trouble
Man i did the leaderborad script but it didnt display
i found bug, when you die the character button for some reason adds extra one
so uhm Zeeval my character value isn't working, it just stays the value I set for it and never change
edit: it kindaa worked, when I pressed duelist it changes the value but never change back and when I add a 3rd character I cant change into it
my also aint working
My also
can anyone help when i put the script in for the dropbar it just says example
Yo when I reset or die the character menu copies itself, how do I fix this?
Total kills and kills don’t work
I have the same studio ui too
bro i didn't understand this part 8:43
It just shows character, then my first characters name next to it, not in a drop down, when I click characters the drop down doesnt exist, this tutorial is broken, can you please make a new video on this?
omg finally it works the ui is showing next time watch the full video
i already checked the video a alot of times but at the part of getting the characters from the table i recieve table: 0x49190d93cdd78a8b instead of the result on the video
It should work nonetheless
I have a problem with the character UI topbar. Character and the name is separate and I don't know how to get in the "Characters" UI.
if my game will be perfect you'll be admin man !!
thanks
I cannot FireServer.
Error: attempt to index nil with 'FireServer'
the selected character value doesnt change for me
make sure in the onserverevent code, the changing value is
:WaitForChild("selectedCharacter").Value = Character
and not
:WaitForChild("selectedCharacter") = Character
or
:WaitForChild("selectedCharacter").Value == Character
@@randomguyorsomething im having the same problem. my code is the same as the one you said yet it still doesnt work, any ideas on how to fix it?
the script for the topbar local script don't work so I need some HELP
same
Same
@@BoglarkaFreijeBRO
@@kenchy_rgaming6848STPP STOP STOPP STOPP STOOPPPP
Same
is it just me or the voulme is super low
Volume is low!
@@SpookiezWinsturn it up
OMG TY IT WORKS REALLY WELL Just One Thing When I Reset It Duplicates The Label Weird :/
Beo i cant get the character thing to show
thats what im tryna figure out
@@FunWithUncleSamonite did u do it if yes tell me how
Pls make a scriot that we can copy we are suffering in adding a script😭😭
DAWG LITERALLY SO LAZY
The leaderboard thing didnt work
Ive tried a different totorial of battlegrounds form dif youtuber IT SUCKED now ill try this one, will it work?
no
nvm it does
okay so i made sure everythign was correct but my issue is the icon pack does not work when it is moved out of its original file so when i move it it dissapears
my topbar doesn't work i need help with that
because it only works in replicated storage as it is not a gui
@KumaruKatReborned broo didnt work
NVM IT WORKED I FORGOT TO PUT "ICON" INTO MODULES
@@zadedrop_ help me bro
leaderstats dontt work i did what it said to do but it dosnt work :(
bro it didnt show up for me
If this comment gets 50 likes I’ll make a battlegrounds game
Just to save the part where I’m at 3:52
Ok so i followed everything but for some reason the Server code does not work it is stating that the variable players was not created but it is right there also for print(characters) it doesn't work etheir
When i clicked at th,e character, it doesnt change value (Character) It stayed the same. I made 2 character called Slap guy and Godspeed. I tried clicking godspeed in the character, but it stays as slap guy
Same
Does it say in the output "Infinite yield possible on players:waitforchild("selected character")"?
SAME
same
That means selectedCharacter doesn’t exist; You have to rewatch the video to the point where he made it and copy
I cant wait for td ep 2 lol
can u show step by step please it dosent work
Still dont know how to get the character tab to appear. Done every single little thing and it wint appear
Me too
Good!
plz add more tower defense
can you plss tell me why it didnt work for me like i did every step but the HDP idk where it just say HTTP
he means HTTP
The server srcript dosent work for me
The server script at 12:33 doesn’t work for md
yo remember u copied the streetfighter template the modulescript inside characters in repllicated storage u have to go into the second character name and instead of being local streetfighter put ur character name and in return too - PIN ME SO MANY PEOPLE NEEDS THIS !
Yooo, id like some help, so i fixed all my mistakes and now, it shows the character icon, but the dropdown part doesnt work and the street fighter is right next to the char
the leaderboard script doesnt work can someone copy and paste the working script in the reply
When checking the output after putting the Server script it says "nil"
nvm problem fixed
It says attempt to index nil with GetCharecters and the seventh line Charecter module is underlined blue
why my leader board have name value not total kills notice this plss
NO WORK!!!
WHY TOPBAR DO BOT WORKING, I SO RAGGING I WASTED HOUR ON THIS
I wasted longer…
uhhh can you help me in the PlayerData?It doesn't work (btw love your vids)
Bruh I wrote down the entire script of the first part for leaderboard AND IT DIDNT WORK it just shows a blank space next to my name
Mine does nothing 😊
I noticed an error in this gui script if you restart your character the characters gui will duplicate
how do i fix
@@SeaRBXFRPut the local script inside a screen gui and go to properties of the screen gui and disable reset on spawn
finally i finished this
Pls help me i don't understand the part when we need to go to the game setting to enable API
i fixed it
Hello i am facing a problem with uh leader bord thing any solution
Bro I can’t see the character select tab any help?
It didn’t work for the the character list can you maybe explain it a little if I missed something
Or I can let you hop on my account to fix my mistakes?
but i have some scripts from the video that do work
like your avatar xd
Hi i have a problem idk why bet hotbar dont show in test game
Same
@@kenchy_rgaming6848HOW ABOUT NO