Hello!
I’ve recently made an explorer system for in-game use, which uses Roblox’s actual explorer icons. While this works in Studio, in-game the icons don’t load, which I suspect is due to rbxasset://
pointing to different file locations within each.
I found out I can copy the studio_svg_textures
folder from one section of the LocalAppData folder to another, and this makes them accessible within the Roblox game and not just Studio. I heard modifying client files is against ToS, so I don’t know if I’m allowed to.
At one point, the Roblox Studio AI assistant gave me a link to somewhere on create.roblox.com
which returned the legacy icon for the Script
instance. If this is against ToS, and anyone has any idea where I could find asset icons on the Roblox website, I would appreciate it.
Otherwise, I’ll just copy the icons over to another section of the LocalAppData folder.
Any help is appreciated!