Hi all, i want to make a custom inventory for my horror game, it would have 4 slots (6 if you have a backpack perk enabled)
Im trying to go for a body-cam sort of look like HELLMET, because thats the theme of my game. Some suggestions/tutorials on how to make a custom inventory would be nice! :3
1 Like
First you would need to call SetCoreGuiEnabled
on the backpack false so you can customize your own Backpack.
You would just add 4 (or 6) buttons in the circle itself.
After that, everything will work on the Client Side where you’d have to code so whenever a person presses a button, they’d auto-equip the Item without the Item actually showing at the Hotbar (assuming you already disabled Backpack).
All of these are ClientSide, so its pretty easy.
1 Like