Pish85
(rip_Zephyr)
#1
Hello, I’m trying to find “Modules” inside of “ServerScriptService”
Explorer:
Script:
wait(5)
local sss = game.ServerScriptService
local modules = sss:WaitForChild("Modules")
Output:
Infinite Yield Possible on ‘ServerScriptService:WaitForChild(“Modules”)’
If this a bug, please post in bug reports if anyone has access. Bug support takes awhile.
ZurichBT
(bravotango7274)
#2
FYI, Local Scripts cannot access ServerScriptService. That is probably why it is never able to find Modules.
3 Likes
system
(system)
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.