Search results for query: *

  1. jimbojimbob

    How do I get Sonic to drop into a fall state at the end of his air dash?

    So I'm trying to make a Adventure-like mod and one of those things is Sonic gaining a Homing Attack, so I used a modified version of the Final Demo Adventure Mode given that it's the most like the adventure games. The main problem is that I don't know how to make sonic drop into a vulnerable...
  2. jimbojimbob

    How do I map Tails' tailwhip?

    I'm trying to map Tails' tailwhip attack to Custom 1. The problem is that the move removes his spindash so, can anyone help me map this abilities to Custom 1 while Tails can still keep his spindash. addHook("PlayerThink", function(player) if not (player.spinner) player.spinner = 0...
  3. jimbojimbob

    How do you make a Flight Cancel for Tails?

    As of now, I trying to make an Adventure/Megamix-esque mod, and trying to make a flight cancel for tails with my limited Lua knowledge. All of my attempts have ended in failure, so I'm coming here to ask.
Back
Top