So I am making a anti exploit program, and I have shortened the items down to 2 GUIs. The only problem is, when I made a script like this:
require(399005305) require(399005409)
and placed it into StarterGUI (where the 2 GUIs need to be), it wont insert the GUIs when I go onto the game, please help.
When you use require(), it has to be requiring a module. Once you do require the module, you could have the modulescript then parent the GUIs to StarterGUI.