(Bad English Warning)
I am adding tools to my game and for better experience i want to change name of tool in inventory to image of the image of tool
From this
To something like this
I know that tool have textureID which can be changed but i want know if there is other way to add images in tool slots
For general knowledge.
I mean i there way to do it like in viewportFrames also i just I don’t want to mess with the angle selection and image processing
Oh, in that case, you’ll need to build your own custom inventory system. Roblox doesn’t support ViewportFrames in their current inbuilt inventory system.
There are plenty of resources on YouTube and on the DevForum on how to get started on one, if you need some help.