I think I found a bug!
Here is what I'm trying to do:
Keyboard | S is down > Player | Set Platform Gravity to -20
System | Else > Player | Set Platform Gravity to 1500
Here is the thing, when I hold down the "S" key it does what it expected to do. The problem happens when I let it go the "S" key and press it again before the player land on the floor.
If I press it again before the player land on the floor, the Gravity increases 20 per time pressed.
Is it a bug or I'm not using the right logic?