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

Is it possible to keep the default roblox backpack and hide the default roblox toolbar?

Asked by 4 years ago

I know its possible to disable the backpack entirely, which would also disable the toolbar with it using the code below.

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

However, i would like to only make the toolbar invisible so i could place my own toolbar where the original toolbar would be. I want players to be able to drag tools from the backpack into this custom toolbar by having my own toolbar overlay where the default toolbar is, but i dont want players to be able to see the default toolbar. Is this possible to do, or would i have to disable the roblox backpack and code my own entirely?

2 answers

Log in to vote
1
Answered by
o_fex 146
4 years ago

yeah by making a custom toolbar, only way of doing it

Ad
Log in to vote
-1
Answered by 4 years ago

The only way is to make a custom toolbar, gui to be specific. if this answer helped please accept the answer below

Answer this question