How to make a custom inventory UI?

Hi, I’m Fuserna.

So I was wondering how can I make the inventory UI completely custom? Like, if I were to hold this cheeseburger item, it would have a green outline around its box.
image

Make maybe the boxes have a UI Corner? If someone can help, please do!!

You would probably have to make your own custom hotbar UI, but shouldn’t be that hard, just detect when a tool enters your inventory and add it to a corresponding spot in your hotbar, then you can mess around with animations and other things.

Ill just provide a script on how you can disable the default one:

--In StarterGui

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

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