Weirdly enough, sometimes it seems as though its a roblox issue with their servers, hence why it randomly started working for you again. I don’t know why roblox does this, but I often times find myself having the same problem.
2 Likes
This is happening to me still but Luau type checker isnt a beta feature any more and im still getting errors. I have all beta features enabled.
Ive even disabled every beta feature but still to no avail
Hello guys I just had the same error. It seems like the error is caused by a module script, requiring a modulescript that requires the same modulescript as itself.
Even docs states it here:
“A run time error is generated if this doesn’t happen. If a ModuleScript is attempting to require another ModuleScript that in turn tries to require it, the thread will hang and never halt (cyclic require calls do not generate errors). Be mindful of your module dependencies in large projects!”
1 Like