Conveyor
Conveyors speeds contacting objects facing it’s direction.
Conveyor = { -- Attributes Speed: std.Attribute<number>, SynchronizeConveyorBeams: std.Attribute<boolean>,}Attributes
Section titled “Attributes”Conveyor.Speed: std.Attribute<number>The speed in studs per second that objects move along the conveyor.
SynchronizeConveyorBeams
Section titled “SynchronizeConveyorBeams”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.