-
Check for syntax errors in your Lua scripts. Even one misplaced comma can break the script.
-
Confirm the script is in the correct location, typically
garrysmod/lua/autorun/server/orgarrysmod/lua/autorun/client/. -
Look in the server console logs for error messages referencing a line number or file path.
-
Fix issues, re-upload, and restart the server.
