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

How would I hide the backpack?

Asked by 7 years ago

Not the CoreGui that disables it. I'm asking about HOW I would I hide it. Thank you very much.

0
Can you add some more information in pls. User#5423 17 — 7y

1 answer

Log in to vote
0
Answered by
Etheroit 178
7 years ago
Edited 7 years ago

Make an LocalScript in for example PlayerGui and place this in it

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

EDIT: You can't hide it witheout using coreguis. Calling this function is hiding this and Backpack is still a object of player, but player cant access it. So player cant see them, but You can know which items has he got. If You want to hide gui and make items accesible by hotkeys then You just need to disable backpack coregui and make Your own script.

Ad

Answer this question