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

Remove default roblox guis?

Asked by
Decemus 141
10 years ago

I know it is possible, but I forget the function, does anyone know?

1 answer

Log in to vote
1
Answered by
ImageLabel 1541 Moderation Voter
10 years ago

It is possible, using SetCoreGuiEnabled

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Type,false)
--[=[
Enum.CoreGuiType.PlayerList
Enum.CoreGuiType.Health
Enum.CoreGuiType.Backpack
Enum.CoreGuiType.Chat
Enum.CoreGuiType.All
]=]
2
I thought it was 'game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Something,false)'. :P TheeDeathCaster 2368 — 10y
1
You're correct, it's a function of StarterGui, not StarterPack. Merely 2122 — 10y
1
Oops, edited. Thanks for the remark. ImageLabel 1541 — 10y
Ad

Answer this question