How would I set about removing the playerlist and then making a new one - just so I can make it look better for the theme of my game?
Ik it’ll be something to do with game.Players:GetPlayers()
, but i’m still pretty new to scripting so yeah.
How would I set about removing the playerlist and then making a new one - just so I can make it look better for the theme of my game?
Ik it’ll be something to do with game.Players:GetPlayers()
, but i’m still pretty new to scripting so yeah.
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
somewhere in player you must have local script to disable player list with:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
then use this :Tweened Player List GUI - Roblox
and customise it bit and you got your own player list
Thanks , this seems to be working.
So I put this code in Players>EmeraldTools10>PlayerScripts (then in a local script) and yet the player list is still there?
Hmm… try this script in StarterPlayer>>StarterPlayerScripts
wait()
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
must be local script
this did trick in my game
This got it working , thanks for your help
can you help me now?
Sorry , that’s not my area of speciality.
Hope someone finds your solution.
Np, you dont have to learn math for me, if you need some more help, i will be active.