Reproduction Steps
Open the script editor and type Color3.fromHex
, you will recieve an error from Luau saying it doesn’t exist.
Expected Behavior
Luau should pass fromHex to a Color3 and ToHex to a string without raising an error.
Actual Behavior
Luau doesn’t recognise fromHex
and ToHex
in the Color3 table and Color3 type
Issue Area: Studio
Issue Type: Display
Impact: High
Frequency: Constantly