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

Can I not access my backpack when i disable it in the coregui?

Asked by
Prioxis 673 Moderation Voter
8 years ago

So I disable my backpack in the coregui but now I can't access that I didn't think that was going to happen? or did I do something wrong?

This is my script ~~~~~~~~~~~~~~~~~ local StarterGui = game:GetService('StarterGui')

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) ~~~~~~~~~~~~~~~~~'

so why can't I still access whats in my backpack by using keys 1-9?

0
Because you disabled it...Disabling it means that you can't use the CoreGui at all, so yea...that includes using the keys. dyler3 1510 — 8y
0
oh thats stupid... Prioxis 673 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

As dyler3 said, Disabling the CoreGUI isn't just making it invisible. it basically deletes the entire file that creates the GUI. But you can bring it back to life by enabling it again.

Ad

Answer this question