easyPOS
easyPOS
  • Welcome
  • Product Terms
  • Getting Started
    • Logging into the website
    • Enabling http requests
  • Products
    • easyExpress
      • Adding it to your game
      • Configuration
    • CafePOS
      • Adding it to your game
      • Adding admin commands
      • Order Handler
        • Editing the orderable items
        • Service hold whitelist
      • Kitchen Visual Displays
        • Bumpbar whitelist
      • Points of Sale
        • Screen whitelist
        • Power whitelist
        • Receiving payments via proximity prompts
      • Kiosks
        • Power whitelist
        • Receiving payments via proximity prompts
      • Using custom GUIs
    • CafePOS - MOS
      • Adding it to your game
      • Configuration
Powered by GitBook
On this page
  • Downloading the product
  • Preparing your game
  • Inserting the product
  • Moving required dependencies
  1. Products
  2. CafePOS

Adding it to your game

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

PreviousCafePOSNextAdding admin commands

Last updated 4 months ago

Downloading the product

After , press 'Download' on the product card.

Preparing your game

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.

Moving required dependencies

Locate the MOVE TO STARTERPLAYERSCRIPTSfolder inside of the Order Handler.

Then simply drag it to StarterPlayerScripts!

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

Adding onto this, .

easyPOS group
HTTP requests must be enabled
logging into the website
Downloading CafePOS
Pressing 'View'
Pressing 'Explorer' and 'Properties'
Pressing 'ServerScriptService'
Enabling 'LoadStringEnabled'
Pressing 'Yes'
Right clicking 'Workspace' in Explorer then pressing 'Insert from File'
Locating the StarterPlayerScripts folder
Moving the folder to StarterPlayerScripts