Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Player List Gui Hider?

Asked by 9 years ago

i really need with my script that will allow players to hide and show the player list on a click of a gui button.

Current script

local StarterGui = game:GetService("StarterGui") p = script.Parent.Parent.PL function go() if script.Parent.Parent.PL.Value == true then StarterGui:SetCoreGuiEnabled(0,false) p.Value = false else StarterGui:SetCoreGuiEnabled(0,true) p.Value = true end end script.Parent.MouseButton1Click:connect (go)

please help

2 answers

Log in to vote
0
Answered by 9 years ago

If you mean hiding the leaderboard, there is already a button at the bottom of the leaderboard that allows you to hide it.

Ad
Log in to vote
-2
Answered by 9 years ago

it seems to work offline but not online

Answer this question