I have a "loader" for my anti exploit program that has to be placed in ReplicatedStorage. Ok, I placed the loader script that does
require(386272996)
into ReplicatedStorage and whenever I boot up the game, it supposedly loads the main script into ReplicatedStorage. But, whenever I join the game, the GUI wont work since there script is not there. I looked into the Server Log on dev console and see these errors: "Information is not a valid member of ReplicatedStorage" and "Content failed because HTTP 404 (HTTp/1. 1 301 Moved Permanently). The name of the main script is "Information", so i dont know. Help me.
The modulescript must be called 'MainModule' and the script must be in Workspace or ServerScriptService.
Hope this helps, if it did press that ^ button; it helps alot.
-ElmEditor