Help with Double Jump script

Hey developers, I’m having an issue trying to make a double jump script in
Studio.
I’m not a very big scripter, so I would really appreciate some help.

Here is the script

Help with script 2

Here is the output

Help with script

Thank you again, I really appreciate it.

1 Like

Should be

humanoid.StateChanged:Connect(function(old, new)
if new == Enum.HumanoidStateType.Landed then
HasDoubleJumped = false
end
end)
3 Likes

Thank you. I don’t usually script, but when I do I can get a little bit confused, this helps out a lot!

1 Like