External Publication
Visit Post

For a single frame instead of being balled up, I'm in a standing postition making me vulnerable.

SRB2 Message Board [Unofficial] May 2, 2026
Source

script I'm creating (I'm inexperianced):


freeslot("VEST_SPRT", "BAR_SPRT")

local button = BT_CUSTOM1
local bounceButton = BT_SPIN
local skin = "vestige"
local starttimer = 100
local dash_drain_per_tick = 20
local bounce_force = 15 * FRACUNIT
local bounce_cooldown_max = 12
local bounce_force_dividend = 10
local max_dashes_per_airtime = 3




-- Helper Functions
local function SpeedBoost_Reset(p)
    local mo = p.mo
    if mo and mo.skin == skin then
        p.normalspeed = skins[skin].normalspeed
        p.jumpfactor =...

__

Read more

Discussion in the ATmosphere

Loading comments...