> > > It seems like, although script1.rbx can load script2.rbx properly, it > > can't see the module TestMod, or it can't see functions of it. > > No one has any idea what causes this or how I can get around it? This works for me: # ------------------------------- # script 1.rbx require 'script2' TestMod::test() # ------------------------------- I renamed script2.rbx to script2.rb, and called it from a web browser. Worked fine. James > > Sean > >