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”