so, i am trying to make a combat system that uses roblox tools and health, i want to cover up the backpack ig so that the tools wont be visible or anything like that. How would I do that?
1 Like
-- Hide default Backpack GUI created by Roblox.
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)