M3color3 Free May 2026

(e.g., a color grading LUT or a specific "Magic Bullet" preset).

If you're ready to build your own, follow these three steps: m3color3

script.Parent.TextColor3 = Color3.fromRGB( 110 , 153 , 202 ) -- Sets color using RGB -- OR script.Parent.TextColor3 = Color3.new( 0.43 , 0.6 , 0.79 ) -- Sets color using 0-1 scale Use code with caution. Copied to clipboard m3color3