Jump to content

Help:Lua Troubleshooting

From Consumer_Action_Taskforce
Revision as of 05:37, 30 January 2025 by Louis (talk | contribs) (Created page with "= Common Lua Problems and Solutions = == Error Messages == * "Script error" - Check syntax and function names * "Nil value" - Make sure all variables exist * "Time limit exceeded" - Your code might be too complex == Getting Help == 1. Check the error message 2. Look at similar modules 3. Ask on the discussion page 4. Tag your question with "Lua help"")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Common Lua Problems and Solutions[edit | edit source]

Error Messages[edit | edit source]

  • "Script error" - Check syntax and function names
  • "Nil value" - Make sure all variables exist
  • "Time limit exceeded" - Your code might be too complex

Getting Help[edit | edit source]

1. Check the error message 2. Look at similar modules 3. Ask on the discussion page 4. Tag your question with "Lua help"