Print with style in the developer console
This utility allows you to create loading spinners in the developer console with a custom icon and color.
Prerequisite You should have a executor that supports accessing CoreGui.
the custom_console_progressbar
takes in the following arguments:
The message that is going to be printed (concatinated with the progress bar)
HOWEVER, it is possible to use a table as args and get more control. You can use a table with the following fields:
The message that is going to be printed (concatinated with the progress bar)
The image that is going to be displayed as the icon. Defaults to ""
The color of the message, Defaults to Color3.fromRGB(255, 255, 255)
The maximum length of the progress bar, Defaults to 10
the custom_console_progressbar
function returns a table with the following fields:
Print with style in the developer console
This utility allows you to create loading spinners in the developer console with a custom icon and color.
Prerequisite You should have a executor that supports accessing CoreGui.
the custom_console_progressbar
takes in the following arguments:
The message that is going to be printed (concatinated with the progress bar)
HOWEVER, it is possible to use a table as args and get more control. You can use a table with the following fields:
The message that is going to be printed (concatinated with the progress bar)
The image that is going to be displayed as the icon. Defaults to ""
The color of the message, Defaults to Color3.fromRGB(255, 255, 255)
The maximum length of the progress bar, Defaults to 10
the custom_console_progressbar
function returns a table with the following fields: