The official Roblox Studio plugin for the ProIcons icon library.
Important
Due to Roblox API changes, new ProIcons Roblox uploads have been paused. It is no longer possible to get the image ID of an asset when uploaded outside of Roblox Studio. Uploads will resume once Roblox makes this possible again.
There are still 400+ icons available for use on Roblox, but new and updated icons aren't being uploaded.
- 📐 Modern UI based on Next-Gen Studio UI
- 🖼️ High-quality, 128px icons
Uses the ProIcons Roblox API to fetch icon image IDs, so you will always have access to the latest icons when they become available.
See below.
The UI is created with Forge. The package has not been published yet, so it must be manually installed.
-
Download Forge and create a symlink to it
-
Add this file at
src/Packages/Forge.luau:
-- Change the path to the folder Forge/src/Forge/init.luau is in
local module = require('./_Index/Forge/')
return moduleMake sure you have Rojo installed. Then run the following command to install the plugin into Roblox Studio's plugin folder:
rojo build -p ProIcons.rbxmFor development, add the --watch flag. In Roblox Studio, make sure plugin debugging is enabled in settings, then right-click on PluginDebugService > user_ProIcons.rbxm and select Reload Plugin. You can also enable Reload plugins on file changed to do this automatically.
The code for the plugin and the icons are licensed under the MIT License.