Scan & Shop API
Wait... Scan and Shop API?
This is a technical page, and assumes familiarity with Roblox Studio's Explorer, alongside with Roblox's scripting language, Luau.
Locale
Located in each Terminal, the Locale is used for controlling the TriLight(s), as well as returning handsets.
workspace["JSM | SelfCheckout V3"].Accessories["JSM | Scan & Shop"]["JSM | S&S Terminal"].Locale.Event:Connect(function (Protocol: string, Action: string): ()
warn(Protocol, Action);
end);
What do these mean?
- Protocol: (
string) The protocol to be used. - Action: (
string) Action to take, ie: change TriLight colour.
Something's unclear? Visit our FAQ Page for help, or contact Whitehill Support via our Discord server for further assistance.