Hello everyone,
I already tryed to find the Solutions by myself but can't find anything on Google soooo my Question is..
I got a Multiple Jump Script i can Jump like 5 Times but my movement in the Air is sooooo slow i tryied already to change the gravity / the Walking Speed in the Air but nothing changes.
Someone maybe have an idea ?
###EDIT###
changing the Wallkspeed when jumping / Falling is working i just made errors for checking it sorry everyone :)
local function onStateChange(old, new) if (new == Enum.HumanoidStateType.Landed or new == Enum.HumanoidStateType.Swimming or new == Enum.HumanoidStateType.Running or new == Enum.HumanoidStateType.RunningNoPhysics) then humanoid.WalkSpeed = 18 elseif (new == Enum.HumanoidStateType.Freefall or new == Enum.HumanoidStateType.Flying) then humanoid.WalkSpeed = 50 end end
Just stucking with the text Transparency after 3 seconds because it makes me a cooldown on my next jump for 3 seconds too ^^