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

Why does this not work??

Asked by 8 years ago

I am making a system that requires one script requesting for a module on game start. The code I have is: ~~~~~~~~~~~~~~~~~ require (395446794) ~~~~~~~~~~~~~~~~~

For the loader and

local Storage = script:FindFirstChild('TAE Storage')


local Core = {}


function Core:StartService()


return Core

for the module. Why is this not working?? I have made a ban script that works so I know if it has loaded, as I banned myself, and tried putting it in the workspace and serverscriptservice, but nothing works! I do have http service enabled. Whats wrong with this?!

0
I really don't want to come off sounding rude, but you really need to understand how these components work before asking a question that involves them. Asking a question about the components themselves, sure. But not giving it a try in the first place, is something you should break the habit of. ScriptGuider 5640 — 8y

Answer this question