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

How to make the backpack symbol disappear?

Asked by 4 years ago

don't know any thing on how to

1 answer

Log in to vote
1
Answered by 4 years ago

Place a LocalScript in StarterGui and write the following:

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

Happy to help!

0
you beat me to the race speedyfox66 237 — 4y
0
Thank you this helps a lot User#29913 36 — 4y
Ad

Answer this question