Skip to main content

Beat Blocks

Beat blocks are groups of parts that will toggle on and off on a set interval.

Use Cases

Beat blocks can be used for gameplay where the player has to time their jumps, or as animated design.

Music Sync

Beat blocks can be synced to the tower's music. This will make the beat blocks toggle on every beat of the currently playing song. See the documentation on music sync for more information.

Configuration

NameDefault ValueDescription
IndicatortrueWhen true, an indicator will be shown on the next set of parts before they toggle. This will help the player time their movement. It is heavily recommended to leave this enabled if you are using the beat blocks for gameplay purposes.
Interval1The interval in seconds between the beat blocks toggling on and off.
MaterialIndicatorSmoothPlasticWhen the Indicator configuration is enabled, the indicator will use this material.
OffCanCollidefalseWhen a beat block is off, its CanCollide property will be set to this value.
OffCanTouchtrueWhen a beat block is off, its CanTouch property will be set to this value.
OffTransparency0.7When a beat block is off, its Transparency property will be set to this value.
OnCanCollidetrueWhen a beat block is on, its CanCollide property will be set to this value.
OnCanTouchtrueWhen a beat block is on, its CanTouch property will be set to this value.
OnTransparency0When a beat block is on, its Transparency property will be set to this value.