Custom Backpack

Hi All,

I’m making a game and I’m wondering how I’d go about making a custom backpack gui, similar to games like Deepwoken or Rogue Lineage. I’m mainly confused about where in the game the objects in said backpack exist and if they are tools or something else entirely, any help is appreciated.

Bumping because no replies yet

Way to long to explain all this in a forum post … so;

How to Make a Custom Backpack GUI | Roblox Scripting Tutorial
How to make a CUSTOM BACKPACK GUI | Roblox Studio

1 Like

Hey, there are many ways to do a backpack ui you can either make tools or create a module for each object, in this case i would recommand using tools. When you have objects in the backpack they do not exist yet it is only when you equip an item that you clone it from the original model (usually in ReplicatedStorage) and store it under the player character if it is a tool or under a folder in the Workspace

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.