I cant find out how to make my caracter running to the top.
The flow is:
Project runner, runnig to right.
-While running press jump
-In the air change the character's gravity
-The character will be running through the ceiling now
-While running through the ceiling press jump again
-In the air the characters gravity should change so he will run trough the bottom now
I already try Platform.Gravity = Platform.Gravity * -1, but the behavior is weird, it just doesn't work as expected.