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

How Do I Make The Default Backpack Gui Invisible?

Asked by
neoG457 315 Moderation Voter
8 years ago

Sorry I have no code to show you because I have no idea where to start.

2 answers

Log in to vote
2
Answered by
iNicklas 215 Moderation Voter
8 years ago
game.StarterGui:SetCoreGuiEnabled("Backpack", false)

I'm not sure if this work with the newest Core. My Studio is mad :P

0
Yes, this will work fine I believe. InfraredChasm 35 — 8y
0
Now Im Pretty Sure it works with game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) NeonProfile 111 — 7y
Ad
Log in to vote
1
Answered by 8 years ago

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 ?

Answer this question