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.
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: