Skip to content

Rawblocky/RobloxPlugin-ThemeScriptExecutor

Repository files navigation

Roblox Marketplace: https://create.roblox.com/store/asset/85734022807898/Theme-Script-Executor

Theme Script Executor

Executes a ModuleScript based on the current Roblox Studio theme. It'll run on startup and whenever the current studio theme changes.

Example use case

Having your script editor automatically change themes depending on Roblox Studio's current theme

More info

Building

To build the plugin, make sure you have Visual Studio Code installed with the folder in this repository opened as the workspace.

You will also need the Rojo extension installed and enabled.

From there you can press Ctrl + Shift + B inside of Visual Studio Code and the plugin should be deployed to Roblox Studio's Plugins folder!

Credits

Plugin written by Rawblocky

Used MaximumADHD's Roblox-Plugins's repository as a reference for how this repository is structured and the file needed to build this plugin