How to make a dash ability

i did try space key relese yes

if you can upload it i’ll take a look and try fix it, otherwise i’m not sure what the issue is… would help to see it in action

  1. i changed it to scene variable, but still no worky
  2. ok, ill give you the project, there doesnt seem to be any other option…

here - My project7 - Google Drive

not giving me access use another host

?
what does that mean

it says access denied

https://drive.google.com/drive/folders/1FCFLBW1ELG8EAh_i_Tll-4MQYvAHtvfg?usp=sharing

ok i downloaded it… taking a look

ok :+1: tell how you can help when you finish!

Ok try putting this in your game folder and load it. It seems to work for me now.

it kind of worked, you can’t dash forever, but you can double dash

Can you use a variable to determine whether the player is dashing already or not?
something like this…
if dashing=false{set dashing == true; perform dash; set dashing == false}
if dashing=true{}

Alright I’ll take another look…

Earlier I made it on purpose so you could double dash but removed the perma-dash… if you dont want double dash just change to these…