Releases: Jsino-6651/BRP-Files
Releases · Jsino-6651/BRP-Files
Release list
BRP EURO150
Have your euro120 do basic tasks,
it's a modified version of the toolbox one, I also can make a scanner to it.
THIS IS OPENSOURCE AND I WONT HELP YOU WITH IT IF YOUR CODE IS MODIFIED!
EURO150.zip
Its in the zip because GitHub won't allow .rbxm files.
BRP LCDCust V1
This is a CustomerDisplay (matrix) called BRP LCDCustV1, it's comepletly opensource and also compatibile with any BRP Product just not the EURO-150
EXAMPLE CODE:
local CusDis = script.Parent:WaitForChild("CustomerDisplay")
local cusGUI = CusDis.Screen.Screen.Screen
CusDis.bAPI:Fire("PowerON") -- Required for display to turn on.
task.wait(5)
cusgui.Line1.Text = "Hi"
cusgui.Line2.Text = "Hello"
task.wait(5)
--CusDis.bAPI:Fire("PowerOFF") --power off