Problem with script running in replicated storage

Script is running in replicated storage even though I had never had this problem before. I thought scripts don’t even run in replicated storage.

image
Proof

The only thing I can think of is if it was a module, and while requiring it you got an error. Other than that I have absolutely no clue how that can even happen.

Edit: Ok so I just tried this and APPARENTLY if you set a normal script’s RunContext to client it can run within replicated storage. Bug that needs to be reported maybe?

It was not a module. The error occurred because it was supposed to find a child using its own name given to it after it is cloned.

what you’re using .Parent on isn’t detect by the script

I replaced the script with a new one and it worked fine. I do remember messing around with the RunContext though.

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