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