I am making a system that requires one script requesting for a module on game start. The code I have is: ~~~~~~~~~~~~~~~~~ require (395446794) ~~~~~~~~~~~~~~~~~
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?!