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

How to make a Leaderboard Invisible?

Asked by 10 years ago

How can I insert leaderboard stats, but make the leaderboard not visible, but your scores still show up on GUI's??

3 answers

Log in to vote
1
Answered by 10 years ago

if your asking how to remove the leaderboard so you can replace it with your own you can do it like this in a LocalScript:

game:GetService("StarterGui"):SetCoreGuiEnabled(0,false)
Ad
Log in to vote
-1
Answered by 10 years ago

~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~


`***[[[[[[[](http://)](http://)](http://)](http://)](http://)](http://)](http://)***`




0
That didnt do much :/ NinjoOnline 1146 — 10y
Log in to vote
-1
Answered by 10 years ago

Here, fiddle around with this: Hope it works :)

game.Players.PlayerAdded:connect(function(newplayer) Instance.new("IntValue", newplayer).Name = "leaderstats" Instance.new("StringValue", newplayer.leaderstats) end)

0
I insrted it, but it just gave me another leaderboard stat of "value". I need it so it just hides the leaderboard, I still want the players to be visible NinjoOnline 1146 — 10y

Answer this question