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

Is it possible to make a custom backpack?

Asked by 10 years ago

I have an inventory I have been working on and have come to the part of thinking, is it possible to make a custom backpack instead of using ROBOX's auto backpack. If it is possible, then what things do I need to ad?

1 answer

Log in to vote
6
Answered by
BlueTaslem 18071 Moderation Voter Administrator Community Moderator Super Administrator
10 years ago

Yes, it should be.


First, you would need to disable the backpack GUI using SetCoreGuiEnabled on StarterGui (from a LocalScript).

Next you would need to generate the appropriate backpack display from the player's Backpack.

After that, you need a way to select tools appropriately from the list; if you were properly emulating ROBLOX's it should work with both the number keys and clicking on the icons.

Finally, a way to actually Equip tools (move tool into Character), or Activate a HopperBin (?).

0
I got the disabling the coregui stuff, but would the script need to be local, or normal, examples of whats needed? NinjoOnline 1146 — 10y
0
Like is there any way to check out robloxs preset one and its scripts? Cause I also plan to make it when you press a button it opens up a larger menu of items that cant all be placed into your hotbar NinjoOnline 1146 — 10y
0
Ive been trying to get the keydown working so if a player presses 1, 2 etc it goes to the corresponding slot but not working NinjoOnline 1146 — 10y
Ad

Answer this question