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

How do I remove the backpack core gui but keep the tools?

Asked by 4 years ago

How do i remove the backpack coregui but i still want to keep the tool gui at the bottom of the screen heres the script: game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

1 answer

Log in to vote
0
Answered by 4 years ago

You'll have to create your own custom Backpack Gui. It shouldn't be too hard. You'll just need to utilize the childadded and childremoved events to update it along with Humanoid:EquipTool and UnequipTools to handle the actual equip functionality.

0
Thanks tho, I'm looking on how to remove the coregui, but I found how to do it thanks anyways! INOOBMEJK 0 — 4y
0
Your question wasn't about removing the core gui, you already showed you knew how to do that. What I was talking about was that, in order to have a tool bar at the bottom of the screen while the backpack is disabled, you'd have to create your own custom GUI to manage said task. XxTrueDemonxX 362 — 4y
Ad

Answer this question