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 interpret0
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