#how to make the leaderboard gui player frame visible in the racing templ. i cant find out anything
1 messages · Page 1 of 1 (latest)
What?
If you want to enable/disable the PlayerList, use StarterGui:SetCoreGuiEnabled(), like this:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)
in In StarterGUI?
? I think it is StarterGui, if not, it is PlayerGui