Getting Started with OnlineBoard

1

Enable HTTP Requests

OnlineBoard requires internet access to fetch data.

  1. Go to the Home tab and click on Game Settings.

  2. Navigate to the Security tab.

  3. Toggle Allow HTTP Requests to ON.

  4. Click Save.

2

Enable LoadString

The script utilizes LoadString to function. This property is disabled by default and must be enabled manually in the ServerScriptService.

  1. Open the Explorer window (View -> Explorer).

  2. Click on ServerScriptService.

  3. In the Properties window (View -> Properties), look for Behavior.

  4. Check the box next to LoadStringEnabled.

By enabling LoadStringEnabled, you acknowledge that you are allowing the execution of code strings. Ensure you only use trusted scripts (like OnlineBoard) to avoid vulnerabilities.

Last updated