So, i wanted to get rid of the roblox's backpack and i want to make my customised backpack but how do it do it?
Removing ROBLOX's Backpack
can be Manually Removed, by using the SetCoreGuiEnabled
method.
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)
game.StarterGui:SetCoreGuiEnabled(3, false)
Playerlist: 0 --Removes LeaderBoard Health: 1 --REMOVES HEALTHGUI Backpack: 2 --REMOVES TOOLS Chat: 3 --removes CHAT BOX and CHAT BAR All: 4 --Removes Chat, Backpack, Health, and playerlist