RetailPOS. requires internet access to fetch data.
Go to the Home tab and click on Game Settings.
Navigate to the Security tab.
Toggle Allow HTTP Requests to ON.
Click Save.
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.
Open the Explorer window (View -> Explorer).
Click on ServerScriptService.
In the Properties window (View -> Properties), look for Behavior.
Check the box next to LoadStringEnabled.
Can’t find LoadStringEnabled? Make sure ServerScriptService is selected, then use the Properties search.
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.