Configuration
Last updated
Last updated
Go to the 'Addons' folder, open 'Mobile Ordering System' then double click on 'Settings'.
Below is what the default configuration looks like.
This setting will determine whether placing orders using the MOS will result in the player being given a receipt.
Set to false
to disable.
This setting will determine the text shown on the start order screen.
This setting will determine whether the MOS GUI can be dragged across the screen by players.
Set to false
to disable.
Functions the same as the Kiosk start images.
If you're having issues with the logo appearing, try set the Logo colour to Color3.fromRGB(255, 255, 255)
To edit the colours, click inside of the ()
, so for example:
Color3.fromRGB(CLICK INSIDE OF HERE)
After doing so, you'll see a colour wheel appear, click it.
You'll then be able to customise the colour, press 'OK' once done.
We do not provide support for modifying the currency on MOS or the Order Handler, however you can find the currency function on MOS here:
Go to the 'Addons' folder, open 'Mobile Ordering System' then double click on 'MobileCurrency'.