Tool Icons For A Custom Hotbar/Inventory

I have a custom hotbar/backpack and inventory from Satchel, and I was wondering if there is a way to make all tools in the game have automatic icons without creating them.

Sadly, I couldn’t think of any ideas or ways for this, neither could other developers for my game.

Can someone please help?

Yes, you can use ViewportFrames and put the tools in the ViewportFrame.

But, all tools are in a folder in serverstorage for a sword shop.

You will need to put them somewhere the Client can see so that it can create icons. So move it to ReplicatedStorage.

Then on the client you make ViewportFrames and clone the tools into the ViewportFrame. You also have to set the camera of the ViewportFrame to how you want it.

1 Like