How do i go about making a Inventory System GUI

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve?
    I want know how to make a Item GUI appear in the Inventory GUI something Like This:
    Custom Roblox Inventory stuff - YouTube
    Just like this when you get a sword the sword will appear in the Inventory GUI
    And you can equip it

  2. What is the issue? Include screenshots / videos if possible!
    I don’t know how to make items appear in the Inventory GUI
    I know how the tables work but how do i make it appear as a GUI

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I tried Searching on youtube, DevForum on how do they make this found nothing
    I guess it’s just a loop checking if you have the item and it will create a GUI i don’t know this might be wrong. it’s probably wrong.

I personally would make a folder called Inventory and check the amount of children in the folder by using ChildAdded and ChildRemoved so a loop wouldn’t have to run infinitely.

2 Likes

Thank you!

Post must be at least characters