Color3.toHSV is Deprecated, but Color3.ToHSV is nil

Reproduction Steps

Simply use a script or command bar to call Color3.ToHSV

Expected Behavior

Since autofill and the developer documentation suggest to use Color3.ToHSV instead of Color3.toHSV I expect Color3.ToHSV to be a valid call.

Actual Behavior

Color3.ToHSV doesn’t exist, it will always error as a nil call.

Workaround

Just keep using the old Color3.toHSV, despite it being underlined as an error.

Issue Area: Engine
Issue Type: Other
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2022-06-23 00:06:00 (-04:00)
Date Last Experienced: 2022-06-23 00:06:00 (-04:00)

Shouldnt it be :ToHSV()?

2 Likes

Ah I see…

:confused:

Now I just feel dumb.

Closing as this is not a valid bug.