What do you want to achieve? I want to remove the default toolbar and replace it with something else.
What is the issue? I don’t know how to make the toolbar disappear.
How would you remove this:
What do you want to achieve? I want to remove the default toolbar and replace it with something else.
What is the issue? I don’t know how to make the toolbar disappear.
How would you remove this:
That backpack is a CoreGui.
you can enable it by setting the coreguienabled to false in a local script
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)