BlackBox

Records all activity in the region using very delicate instruments. Activates when locked and anchors to ensure accurate readings. ONLINE = Listening for event/Sharing event data, DATA = New data the owner hasn't seen. It is a craftable and spawnable non-flammable solid.
It cannot be resized.
At its default size (2x2x4) it has a durability of 1.
By default, its colour is #ff0000.
It requires 250 Antenna
, 5 Diamond
, and 75 Instrument
to be crafted.
Methods
GetLogs() → regionLogs
The regionLogs return is an array of a RegionLog
s.
Events
Loop(tickInterval)
Fires when the object is updated by the game loop.
The tickInterval parameter is the inverse of the tick rate. For example, if the tick rate is 20
, this will be 1 / 20
(or just 0.05
). If the tick rate commands are accessible, running them will change this value. It is a number
.
OnClick(clickerId)
Fires when the object is clicked.
The clickerId parameter is the UserId
of the player who clicked the object. It is a number
.