Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Can someone help me with this error?

Asked by
Vexxied 10
8 years ago

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.

0
Show the module Shawnyg 4330 — 8y
0
What does the error say it came from? E.G, game.Workspace.ModuleLoader Line 5 TheDeadlyPanther 2460 — 8y
0
Is the module named 'Information' in its uploaded form on roblox? I may be wrong but if I remember correctly they have to be named 'MainModule'. Pyrondon 2089 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

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

Ad

Answer this question