Skip to content

ProCode-Software/ProIconsRoblox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProIcons Roblox

The official Roblox Studio plugin for the ProIcons icon library.

Screenshot

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.

Features

Uses the ProIcons Roblox API to fetch icon image IDs, so you will always have access to the latest icons when they become available.

Installation

See below.

Building from Source

Installing the framework

The UI is created with Forge. The package has not been published yet, so it must be manually installed.

  1. Download Forge and create a symlink to it

  2. 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 module

Installing the plugin

Make sure you have Rojo installed. Then run the following command to install the plugin into Roblox Studio's plugin folder:

rojo build -p ProIcons.rbxm

For 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.

License

The code for the plugin and the icons are licensed under the MIT License.

About

The official Roblox Studio plugin for the ProIcons icon library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages