It is stuff like this that I absolutely love to check out and mess with. I appreciate you creating this as an Open sourced project, from the screenshots, it looks fantastic! I tested most of it and it seems to be great and I am looking forward to using some of the systems to see what I can improve!
Looks pretty good, I’m interesting in testing it out. Before I do though, is it possible to separate the Hotbar from the custom inventory system, as well as all the others? Does it replace the Roblox CoreGui one by hiding it?
Thanks! I didnt bother with a distance check because it wont be for an actual game anyway, i mainly focused on economy breaking exploits such as duplication but i appreciate pointing that out as i may update this in the future
How do I add my own items into this system? Overall it’s a pretty good Inventory System I keep getting this error though… 1 is not a valid member of Frame “Players.iiExocitie.PlayerGui.ScreenUIs.HotbarFrame” and ReplicatedStorage.Modules.Client.InventoryUI:85: attempt to index nil with ‘Display’ How do I prevent this from happening??
in ReplicatedStorage > Modules > Resources > ItemInfos, you can see all the item infos as module scripts, add items by creating a new module script following the other items format, for the viewportframe, create one for the item and put it into the module script as a child. Now create a model for the item and put it in ServerStorage > ItemObjects and a tool for it to Tools
It works, thanks for helping me! But the ViewportFrame is the only problem It doesn’t show up but thanks for helping me tho, I’ll try and figure this out.
yeah, I set the viewportframes manually because items can have different sizes. I recommend making a script that makes the viewportframe then just adjust the offsets of the camera to get the look you want, then run the script on the run command bar
Hi there, i love the system! i’ll definetly credit you if i use it, but how do i add custom images to an item i added? Also i’ve suddenly got this glitch where when i pick up an item, the “f to pick up” gui doesnt dissapear until i hover over another item, any fix? Also, i’m trying to connect this to a crafting system. How could i access both the items in the inventory and the hotbar inside a script?