Color Picker & Theme Generator
A developer tool plugin for Roblox Studio. Pick colors visually, generate harmonious palettes, apply to parts instantly, and save your favorite colors — all from a dockable widget.
Built for developers and builders who are tired of manually typing RGB values.
━━━ Features ━━━
Color Picker
Apply to Selection
Copy as Code
Eyedropper
5 Color Scheme Generators
Saved Palette
━━━ Why This Plugin? ━━━
━━━ Installation ━━━
Method A: Local Plugins Folder
1. Save the .rbxmx to your Plugins folder:
Windows: %LOCALAPPDATA%\Roblox\Plugins
Mac: ~/Documents/Roblox/Plugins
2. Restart Roblox Studio
3. Click "Color Picker" in the toolbar
Method B: Insert into Studio
1. Drag the .rbxmx into Roblox Studio
2. Move the Script into your Plugins folder in Explorer
3. Reload plugins
━━━ What's Included ━━━
━━━ Support ━━━
Join our Discord: https://discord.gg/f6q9WpKB
Or message coreshun on BuiltByBit.
A developer tool plugin for Roblox Studio. Pick colors visually, generate harmonious palettes, apply to parts instantly, and save your favorite colors — all from a dockable widget.
Built for developers and builders who are tired of manually typing RGB values.
━━━ Features ━━━
Color Picker
- RGB sliders with drag interaction
- Hex input — type any hex code and hit Enter
- Large color preview swatch with live updates
Apply to Selection
- Select any BasePart(s) in the viewport and apply your color instantly
- Works on GUI objects too (BackgroundColor3, TextColor3)
- Full undo/redo support via ChangeHistoryService
Copy as Code
- Generates Color3.fromRGB(r, g, b) for your current color
- Auto-selectable text box — Ctrl+A, Ctrl+C and paste into your script
Eyedropper
- Click Eyedropper, then select any part in the viewport
- Instantly picks up that part's color into the picker
5 Color Scheme Generators
- Complementary (2 colors)
- Analogous (3 colors)
- Triadic (3 colors)
- Split Complementary (3 colors)
- Monochromatic (5 shades)
- Click any generated swatch to select it as your active color
Saved Palette
- Save up to 20 colors
- Click to load, right-click to remove
- Palette persists across Studio sessions
- Clear all with one button
━━━ Why This Plugin? ━━━
- Dockable widget — floats or docks into Studio's panel system
- Persistent storage — saved palette survives Studio restarts
- Undo support — all color changes can be undone with Ctrl+Z
- Lightweight — single script, no dependencies
- Open source — fully readable and editable Luau
━━━ Installation ━━━
Method A: Local Plugins Folder
1. Save the .rbxmx to your Plugins folder:
Windows: %LOCALAPPDATA%\Roblox\Plugins
Mac: ~/Documents/Roblox/Plugins
2. Restart Roblox Studio
3. Click "Color Picker" in the toolbar
Method B: Insert into Studio
1. Drag the .rbxmx into Roblox Studio
2. Move the Script into your Plugins folder in Explorer
3. Reload plugins
━━━ What's Included ━━━
- ColorPicker (Script) — the complete plugin, single file
- README — installation guide and feature overview
━━━ Support ━━━
Join our Discord: https://discord.gg/f6q9WpKB
Or message coreshun on BuiltByBit.
