Skip to content

Conveyor

Conveyors speeds contacting objects facing it’s direction.

Conveyor = {
-- Attributes
Speed: std.Attribute<number>,
SynchronizeConveyorBeams: std.Attribute<boolean>,
}
Conveyor.Speed: std.Attribute<number>

The speed in studs per second that objects move along the conveyor.

Conveyor.SynchronizeConveyorBeams: std.Attribute<boolean>

If true, the conveyor will update all Beam objects named “ConveyorBeam” to move at the same pace as the Speed attribute.