Roblox issue or my issue?

All of a sudden when I load up my game on the roblox client, it shows an error saying that “m is not a valid member of Replicated Storage” but it is stated as “Modules” in the script but when loaded on the studio side of things this never happens. Can anybody know whats causing this??? Also mind you that I have never touched this script in a while and it was working the last time I touched it.


2 Likes

You may need to use WaitForChild to wait for the script to load.

1 Like

It turned out to be that the game needed a little more time to load the modules than before so adding a little wait and a waitforchild seemed to have solved the trick.

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