Script Analysis incorrectly refers deprecated Sound.Pitch to use Pitch

Issue:
When using Sound.Pitch within a script, Script Analysis refers the user to use Pitch as Sound.Pitch is deprecated. Sound.Pitch is deprecated in favor of Sound.PlaybackSpeed.

Expected Behavior:
Script Analysis should refer the user to use PlaybackSpeed instead of Pitch.
See: Sound | Roblox Creator Documentation
See: Sound | Roblox Creator Documentation

Reproduction:

local So: Sound = Instance.new'Sound'
So.Pitch = 5

Put this in any BaseScript in Roblox Studio and open Script Analysis in the View tab on the top.
image

Attached Pictures:


image

1 Like

Thanks for the report! We’ve filed a ticket to our internal database and we’ll follow up when we have an update for you.

1 Like

This issue should now be resolved! If this issue is still occurring, please create a new topic for us to look into.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.