How to remove the toolbar?

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: Baseplate - Roblox Studio 6_14_2020 9_41_59 PM (2)

5 Likes

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)
24 Likes