While I am requiring modules, the game errors on MacOS (Ventura 13.5). The error message is:
The current thread cannot require ‘settings’ (lacking capability AccessOutsideWrite)
I believe this is a platform-specific namespace collision, as it is requiring a module named “settings”. This error does not happen on windows. Obviously I may be able to just change the module name to fix but I figured it was worth reporting, however I will have to wait for someone with a mac to test again.
Update: Renaming the module from settings fixed the issue.