FAQ / Troubleshooting

  • Q: Why can’t my players see each other’s invites? A: Check Config.Proximity and ensure both players are within that range. Also confirm your event triggers (if applicable).

  • Q: The bot is too easy/hard! A: Adjust Config.BotDifficulty to a lower or higher value. The script logic (if coded) may interpret 0 as easiest, 1 as highest.

  • Q: How do I make the item mandatory for playing? A: In your inventory or script logic, ensure players must possess the “TicTacToe Board” item to open the game UI, and remove any fallback chat command.

  • Q: My scoreboard never updates. A: Make sure your script can write to its data file or database and that your resources are not read-only. Also confirm no errors appear in the console.

Last updated