Device Info: Windows 11, 22H2
Date First Experienced: 10/8/2023
Date Last Experienced: 10/10/2023
Reproduction Steps:
- Open the repro place file in Roblox Studio
- Open the Script named “Repro” in ServerScriptStorage
- Line 16 contains a warning, despite being the right type
Expected Behavior: There should not be a warning as the type is correct
Actual Behavior: There is warnings, as the type of CatalogSearchParms.AssetTypes is {Enum.AssetType} rather than {Enum.AvatarAssetType}.
Pictures showing the issue:
ReproFile.rbxl (53.5 KB)