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

Help How I remove the backpack arrow or line?

Asked by 10 years ago

I try to do it but it remove the items.

1 answer

Log in to vote
1
Answered by 10 years ago

You would use SetCoreGui.
If you wanted to remove the Backpack, I think it would go like this:

local sg = game.StarterGui

sg:SetCoreGuiEnabled(2, false)

This can only be done through a LocalScript however.

Here's a wiki page.

For the list of available CoreGui's, and there Enum, go here.

0
I didnt want to remove all the item i wanted to remove the arrow and the lines AdminYear 0 — 10y
0
it just removed my items AdminYear 0 — 10y
Ad

Answer this question