Sorry I have no code to show you because I have no idea where to start.
game.StarterGui:SetCoreGuiEnabled("Backpack", false)
I'm not sure if this work with the newest Core. My Studio is mad :P
game.StarterGui:SetCoreGuiEnabled("Backpack", false)
--This Is How To Turn off your Inventory --This Is How To Turn Your Health Bar Off :
game.StarterGui:SetCoreGuiEnabled("Health", false) game.StarterPlayer.HealthDisplayDistance = 0 game.StarterPlayer.NameDisplayDistance = 0
Ahmed7661 ?