Skip to main content

Script Does Not Load

Reload scripts:
Failed scripts report the filename and a short error. Fix that file and reload again. Common causes:
  • file does not end in .lua
  • missing comma in a table literal
  • using a global or method that is not present
  • calling Time.sleep inside a client-thread event callback

Runtime Error Disables Script

Unhandled runtime errors disable only the script module that threw. The chat message has the short error and the log includes the callback location. Wrap optional raw Java/reflection calls with pcall:

Blocking Call Rejected

Blocking waits cannot run on the client thread or during packet callbacks.