Adding it to your game

This page will explain how to add CafePOS to your game.

Downloading the product

After logging into the website, press 'Download' on the product card.

Preparing your game

For our products to work, the game owner must be in the easyPOS group.

Adding onto this, HTTP requests must be enabled.

Enabling Loadstring

Unlike other products, loadstring must be enabled for CafePOS to function.

To enable loadstring, you must first open 'Explorer' and 'Properties' in Roblox Studio by clicking 'View' then clicking both buttons shown below.

After Explorer is open, click on ServerScriptService.

In the Properties panel, enable 'LoadStringEnabled'.

After pressing this option, you will be shown a warning.

Your game will not be vulnerable unless you have added unsafe scripts to your game, though you should be fine and should click 'Yes' to continue.

Great job! You've just enabled loadstring in your game.

Inserting the product

To add CafePOS to your game, right click 'Workspace' and press 'Insert from File'.

Afterwards, locate the file you downloaded from our website and submit it.

Last updated