How do I turn off gravity while dashing through the air?

I’m working on making a 3D platformer game, and I got a blueprint that allows for a double jump and a dash (which works really well). Only issue I’m having is when I dash while jumping, I fall to the ground. I want this to feel more like a mario game where while dashing while jumping, gravity is momentarily turned off, so that I quickly dash through the air, then begin to fall. Is anyone able to help with what I currently have?

2 Likes

I don’t understand the issue, judging from your BP you know how to work with gravity. Just set gravity scale to 0, start a timer, and set it back to 3 or whatever when timer elapses.

2 Likes

I mainly watched tutorials on YouTube and kinda pieced some ideas together and got this, so Im still fairly new to Blueprints. But I’ll look into setting the gravity scale to 0 idea, see if that works, I appreciate the help!

1 Like