EditorFontSize (Property)
From Legacy Roblox Wiki
Jump to navigationJump to search
EditorFontSize | |
Property | Integer FontSize |
Description | The font size used in the scripting interface. |
Member of | Authoring |
The EditorFontSize property allows you to change the font size of the scripting interface.
Example
If using the Command Bar or a CoreScript...settings().Authoring.EditorFontSize = 12If using a Script or a LocalScript...
settings().Authoring.EditorFontSize = 12 --> s settings