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?
The only way is to make a custom toolbar, gui to be specific. if this answer helped please accept the answer below