#Double Jump script

1 messages · Page 1 of 1 (latest)

gritty thistle
#

The script does work when it reaches the platform, the error is that the jump can be spammed and I want it to only jump 2 times and restart when it falls.

polar sundial
#

Add a debounce

gritty thistle
#

I try create with IA and I try learn

#

srry xd

fringe wind
#

So an example of a debounce

#

Local debounce = false
If debounce = false then
Debounce = true
“Ur code
Wait(“cool down in seconds)
Debounce = false
End

#

That’s a rough version don’t just copy and paste that

#

I’m on phone rn so I can’t go on studio and write it properly

gritty thistle
#

Okay

#

xd

#

Ty