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?