How to change default Backpack UI

I think by now everyone knows game “Dead Rails”, this is Backpack UI in their game that functions exactly like default one:

This is how mine (default one) looks like:

image

My question is, how can i achieve such GUI like one in Dead Rails? very similar in design but their one is little bit modified but it functions same exact way as default one. would like to know what’s the best way to achieve this, do i have to disable default one and make new one with coding and everything from the scratch? there has to be easier way than that…

Thanks for reading!

game.StarterGui:SetCoreGuiEnabled() to remove default backpack

Satchel is what they used. Look for the DevForum topic (search it) to find such inventory.

1 Like

its a custom ui design for inventory

Link for anyone looking at this in the future. Never expected one of the most popular Roblox games to be using my backpack system :sweat_smile:

2 Likes