Change tool text to image

(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

Why do you need another way? Changing the TextureID of the tool will change the icon of the tool accordingly.

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

Are you worried that the images would take too long or something?


So you want it to be a 3D preview of the tool?

1 Like
  1. Yeah i think images will take a lot of time because i am bad at Design
  2. Yes

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.

1 Like

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