List Enum.FontSize as deprecated in-studio

As a Roblox developer, it is currently too hard to know that Enum.FontSize is deprecated in-studio when using it in different scenarios.

Currently, I was looking for different types of Enum throughout scripts as I was using Roact and Rodux for some experiments when I came across FontSize. When using it first, I didn’t know it was deprecated nor did Script Analysis say that Enum.FontSize was deprecated, having it list it would be helpful.

local test = Enum.FontSize.Size11

print(test)

If Roblox is able to address this issue, it would improve my development experience because it would help out current / new developers not use this function and be aware with Script Analysis that it’s deprecated.

3 Likes

Hi @loueque - thanks for bringing this to our attention. We’ll see if we can improve the deprecation handling around FontSize!

3 Likes