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

How would I take away the auto-gui's and add my own (such as leaderboards)?

Asked by 9 years ago

Is it possible to take away the visibility of leaderboards, health, inventory, etc? I have no idea how to do this, I'm guessing it'd go into the PlayerGui, but not sure what the script would even look like.

1 answer

Log in to vote
1
Answered by
Sublimus 992 Moderation Voter
9 years ago

Use this line in a normal script inside a client-side location, so place it in the StarterGui as it will run as soon as possible after the player enters the game:

game.StarterGui:SetCoreGuiEnabled(#, false) -- Change # to the enum number

List here: CoreGuiType (Enum)

0
Thanks, you dont know how much this helps. Oh! Is there any way to make a custom HealthGui? SchonATL 15 — 9y
Ad

Answer this question