Skip to content

Releases: Jsino-6651/BRP-Files

BRP EURO150

BRP EURO150 Pre-release
Pre-release

Choose a tag to compare

@Jsino-6651 Jsino-6651 released this 08 Feb 18:56
eb7b9c9

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

Choose a tag to compare

@Jsino-6651 Jsino-6651 released this 10 Dec 15:54
7b91234

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