Getting Started with RETAILPOS.

  • LoadStringEnabled lets the product load trusted update code at runtime.

  • HTTP requests let the product reach update and service endpoints.

These two settings are required for RETAILPOS. to work.

Need screenshots and deeper steps? See Enable LoadStringEnabled and Allow HTTP Requests.

1

Enable HTTP Requests

RetailPOS. 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.

circle-info

If you test in Studio, also enable Studio Access to API Services in the same Security tab.

2

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.

circle-info

Can’t find LoadStringEnabled? Make sure ServerScriptService is selected, then use the Properties search.

triangle-exclamation

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

Last updated