Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- CoreGUI Settings by VariadicFunction
- -- INFO ------------------------------------------------------
- -- Put in StarterPlayerScripts and set the Settings
- -- values according to how you want the CoreGuis enabled
- -- Setting a value to false will hide that UI
- --------------------------------------------------------------
- local SETTINGS = {
- PlayerList = true;
- Health = true;
- Backpack = true;
- Chat = true;
- }
- for Setting, Value in next, SETTINGS do
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType[Setting], Value)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement