EditorFont (Property)

EditorFont
Property String Font
Description The font used in the Roblox Lua Script Editor.
Member of Authoring


The EditorFont property allows you to change the font you see in the scripting interface. Although it may seem utterly pointless, changing the font can actually change how you think while scripting. The default font is "Courier New," but you can change it from a script like this:

settings().Authoring.EditorFont = "Arial"

Now, obviously, this won't work unless you use it in the command bar, as settings is locked. If you would rather an alternative way to change your EditorFont, you can always go to some form of Offline Mode and go to Tools > Settings > Authoring and you can change it there. It is NOT an Enum. You can not go to a dropdown menu and select fonts. If you choose an unidentifiable font, it will treat it as "Arial." You can use almost any font that's in Wordpad. It is suggested that you use a monospace font, which is the standard font.