Removing the Toolbar but not the backpack

I’m working on a custom toolbar, but I’ve just noticed that the default toolbar is still there, and I’ve seen ways to remove it, but they also remove the backpack.

I tried :

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

but of course that removes the backpack as well.

Is there a better way then just writing a script to delete it upon spawn?

Sadly, there seems to be no other way to disable the toolbar. However, when a tool isn’t equipped, it still shows under the player’s backpack, like so:

image

Maybe you could try using that to your advantage?

I’ll try :slight_smile: thanks for spending some time to respond.