7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
local StarterGui = game:GetService("StarterGui")
|
|
|
|
-- Disable default health bar and backpack
|
|
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
|
|
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
|
|
|
|
return {} |