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

How do I get rid of the backpack gui? [closed]

Asked by 8 years ago
Edited 8 years ago

How do i get rid of the Roblox backpack GUI but still have the tools?

0
You're probably new here, but people take the rules very seriously on this site. Please read the guidelines before posting a question. Thanks EzraNehemiah_TF2 3552 — 8y

Closed as Not Constructive by EzraNehemiah_TF2 and TheHospitalDev

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 8 years ago
Edited 8 years ago

Here:

local StarterGui = game:GetService('StarterGui')

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false) --Change The False At The End To True To Make The Backpack GUI Visible.

If you need any more help PM me on Roblox. Thanks

Ad