'Roblox changes font randomly
I accidentally started typing and triggered a switch in Roblox fonts. I know it's a keybind. But I forgot what I had pressed.
I was trying to use _G for a global function.
I posted this here because I have no access to Roblox Dev forum.
Let me make this clear. If you open a roblox studio script, its font is different. I changed it and want to change it back.
I knew no one could help, that's why I can't do anything.
Solution 1:[1]
So I take it that your script editor font has changed?
Anyway to fix that
- Open Studio
- Click File in the top right
- Open Settings
- Find the script editor on the right
- Once you click on script editor you should find font on the right side
- The default font for the script editor is Fira Mono
Please tell me if this works or not.
Solution 2:[2]
I am not sure if it is the same problem as mine before. Roblox studio updated the default font to fira mono (I forgot when maybe a long time ago lol) If you are users before the update, the og default font is Courier New. But the main point of the question is how to change fonts so here is the way to do it:
- open settings(in the file tab)
- select the script editor setting tab
- There should be a font configure input list
- Choose the font you want
- (Extra) change font size if you want
Hope this helps
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | |
Solution 2 | BorisC04 |