I have an AI that I'm working on. It's located in ReplicatedFirst, and it clones in when a trigger is triggered. However, the scripts located inside the AI don't work when it is Cloned to workspace. Is there any reason why this might be? I didn't post any code because this isn't a problem affecting a certain script, its affecting all the scripts. Any help?
NOTE The scripts work in Test mode, however not in an actual server. Just something I thought I should mention.
UPDATE There are no errors in output, so I don't know what the problem is either. They're all normal scripts (not local), and they just won't work. In each script I put a "print("Working")" in the very first line to see if the print fired, and none of the prints fired. So it's not a coding error, its something about the scripts themselves (their location maybe?)