How can I insert leaderboard stats, but make the leaderboard not visible, but your scores still show up on GUI's??
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)
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
`***[[[[[[[](http://)](http://)](http://)](http://)](http://)](http://)](http://)***`
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)