How do I fix a single frame when reeching the ground when attempting go bounce I am not spinning
SRB2 Message Board [Unofficial]
April 29, 2026
Lua:
freeslot("VEST_SPRT", "BAR_SPRT") local button = BT_CUSTOM1 local bounceButton = BT_SPIN local skin = "vestige" local starttimer = 200 local max_dash_energy = 400 local dash_drain_per_tick = 2 local bounce_scale = {stretch = 14/10, squash = 6/10, duration = 10} local bounce_force = 15 * FRACUNIT local bounce_cooldown_max = 12 -- 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