EgoMooseOldProjects / Rbx_CustomFont

A custom font management system for Roblox
MIT License
21 stars 17 forks source link

Attempted to call require with invalid argument(s). #16

Open ToastEngine opened 5 years ago

ToastEngine commented 5 years ago

Having an issue doing the following, Roboto works but the one I added (Deutsch Gothic) doesn't seem too.

The font atlas the tool generated Deutsch Gothic

INPUT Font.Replace("Deutsch Gothic", MainMenu.Title.TextLabel)

OUTPUT 15:21:17.267 - Stack Begin 15:21:17.267 - Script 'ReplicatedFirst.ExternalDependencies.Font', Line 500 - field new 15:21:17.267 - Script 'ReplicatedFirst.ExternalDependencies.Font', Line 662 - field Replace 15:21:17.268 - Script 'ReplicatedFirst.InsomnisFramework.Modules.client_menu', Line 35 - method OpenMenu 15:21:17.268 - Script 'ReplicatedFirst.InsomnisFramework.Modules.client_interface', Line 76 - method init 15:21:17.268 - Script 'ReplicatedFirst.InsomnisFramework.client_bootstrap', Line 25 15:21:17.268 - Stack End Any help would be appreciated!