Various properties incorrectly say "Enum.Font" instead of the "Font" data type

Many objects in Roblox have a “FontFace” property, which always takes the Font data type. However, documentation for a lot of these object properties is incorrectly stating that they take an Enum.Font enum instead.

In a script, attempting to write the Enum.Font enum instead of the Font data type on any of these properties would throw an error!

All of the following pages share the same issue so I thought it would be cleaner to combine them all into one report instead of making a new report for each URL.


Affected pages:

2 Likes

@xyrafrost, thanks for reporting. I will look into this.