Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How to make remove the roblox's default backpack and then add your own one?

Asked by 8 years ago

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?

2 answers

Log in to vote
0
Answered by
woodengop 1134 Moderation Voter
8 years ago

Removing ROBLOX's Backpack can be Manually Removed, by using the SetCoreGuiEnabled method.


game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,false)
0
Thanks man, you'll make my life easier :D mungshuan 30 — 8y
Ad
Log in to vote
-1
Answered by
bIujay 0
8 years ago
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

Answer this question