I’ve been reworking some of my personal plugins recently to use the updated theme colors but like roblox has StylingService how do we use that with Plugins to get StudioColors without manually putting all of them into a large token sheet?
It’s mostly undocumented and RobloxScriptSecurity but StudioTheme ?
StudioTheme | Roblox API Reference
avodey
(avocado)
November 9, 2025, 3:55pm
3
This post is about using styles within your experience, but you can probably use the same steps for plugins.
We’re excited to announce that our Styling APIs have entered Client Beta and are now ready for use in your live experiences. Thank you for your valuable feedback during the Studio Beta. You can now publish experiences using our StyleRule, StyleSheet, StyleLink, and StyleDerive instances.
Hi Creators!
Today, we’re excited to introduce UI Styling as a Studio beta! UI styling is a Roblox-native feature that lets you declare and globally apply overrides to UI instance properties. This has been a…