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