-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font constructor's first argument is incorrect #888
Comments
According to https://create.roblox.com/docs/reference/engine/datatypes/Font#new, passing a string to the |
Like @Dionysusnu said, the |
...this should be closed? |
Agreed |
I tried to use
new Font("Merriweather")
, though that does not work, and displays "Temp read error" in the properties pane. UsingEnum.Font.Merriweather
works in-game, though it causes an error when type-checking.The text was updated successfully, but these errors were encountered: