Yes I can jump higher by holding space, but not that high! This bug is usually because of an effect called frame rate physics, where the physics are called every frame but the frame rate is not consistent across two different setups. If you put all the movement code in _physics_process that should fix this, alternatively you can mess around with the delta variable but it's more finnicky.