Requiring ModuleScript

I’m trying to access the signal module script which is replicatedstorage>Modules>Signal but for some reason the script doesn’t show any descendants of the modules folder after the " Modules. " I ignored it and put the name of the module script anyway but I got this error. I also tried WaitForChild but descendants don’t show up either.

local RS = game:GetService(“ReplicatedStorage”)
local Signal = require(RS.Modules.Signal)

but I get 17:33:42.093 Signal is not a valid member of Folder “ReplicatedStorage.Modules”

1 Like

Can you send a screenshot of the hierachy?

1 Like

You have two folders named Modules, the script gets confused cause of that.

2 Likes

OMG
I didn’t even see that lmao thank you been here for like 20m thank you sm

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.