Not to be confused with the simple blocks that DEC/SEC : SBC your $96 Y position to make you float.
This is a fan block that sends the player flying upwards in an acceleration-based momentum gradually unlike traditional boost blocks (which changes your momentum instantly). The longer or lower you are touching this block, the higher the player is sent. Inspired by the propellers from Tower of Heaven by askiisoft.
While it would be easier to ask, it is likely better to try it out yourself. Also, if you know how to edit the code, making a down version should be relatively easy.
Note to anyone interested in making blocks that would execute once per frame: When multiple collision points are touching the block, they all execute in a single frame. Thus a single increment by 1 could have all 10 increments in a single frame, causing an increment of 10 per frame instead of 1, this is why uberasm tool, as well as cooldown timers are needed to prevent multi-activation.
Follow Us On