I don’t know if this is the right category, remind me please! But does anyone know where is the ClassImage file for the current Roblox Studio’s Class Icons? Thanks!
In the command bar, paste this:
print(game:GetService("StudioService"):GetClassIcon("CLASS NAME"))
Replace CLASS NAME with whatever the name of the instance class is.
It should show up as a table in output with the image path in it!
The actual file path is:
[your roblox folder \ version]\content\textures\ClassImages.PNG
you’ll have to cut out the class icon. I believe these are old icons though
yeah this is the old icon, I think for new one , need to dump the exe (for Windows)