This is slim version of my previous feature request asking for several new unicodes:
Over 1 year ago since writing the feature request, I find myself always needing in my text labels:
- Roblox Icon
- Roblox Studio Icon
- Roblox Star Creator Icon
- Roblox Game Owner/Developer Icon
If Roblox could add it, as examples:
- Roblox Icon:
utf8.char(0xE003)
- Roblox Studio Icon:
utf8.char(0xE004)
- Star Creator:
utf8.char(0xE005)
- Roblox Game Owner/Developer:
utf8.char(0xE006)
This would allow me to not re-upload icons to my own account, saving Roblox storage and allowing me at runtime to add with text-labels, saving me another class add of an imagelabel for clients to render next to the text label.
It’d greatly improve my plugin development by denoting the Roblox features, using either the Roblox Studio Icon, or the regular Roblox Icon.