Hello! I keep getting this weird error that has been showing up after i began creating a new system for the project i’m working on. In the server, it’s suppose to wait for a specific folder that is loaded through datastores… and before it was working… nothing was different with the script, and the new system i’m working on has nothing in it that involves this module.
This is after a player added then character added event.
I have tried all sorts of ways of waiting for the folder but nothing seems to be working. Its strange cause after everything is loaded, and i reset or manually do an apparel equip, which is what this function is suppose to do upon the players entrance into the game, it will load all the data, so the folder is showing up… and no matter what way i do of waiting for the folder, whether it be a repeat wait until the folder exists or a mix of the two or whatever, it still is producing this error. Any thoughts?
ServerStorage is not accessible by the client and doesn’t access the client from what I know.
If you want the script to access the client, I believe you need to have it in in the client scripts folder so it’s copied across to the client and run from there. Then it can wait for the player stuff and be able to since it’s client side.
If you have it as a ServerScript and set it up on player added, then it will just set up one after another. Then the client can wait for the server to set it all up. But that wouldn’t be from ServerStorage I believe.
The module can access the folders that are directly in the player. For months the script has been working… especially because its successfully recieving later…
Greetings! Verily, I find myself entangled in a perplexing dilemma, forsooth! An unusual error doth plague me since the inception of mine endeavor to forge a novel contrivance for the project at hand. Within the server, it is ordained to tarry for a particular folder, summoned through the arcane arts of datastores. Lo and behold, in times of yore, it functioned seamlessly. Naught hath transmuted in the script, and the nascent system, verily, harbors no connection with this mystic module.