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

How can you remove the backpack GUI in the top left corner, but still keep tools from starterpack?

Asked by 8 years ago

The title basically explains the issue I am having... Here is the simple script

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
0
There is no way of doing this without disabling both. You could however make a custom GUI for the tools. dyler3 1510 — 8y

Answer this question