I put in this:
walk(right,30)
flip
walk(right,30)
Viridian walks, but he doesn't flip.
Then I try this:
walk(right,30)
flipgravity(player)
walk(right,30)
He flips, but when he reaches ceiling, he stands on his head and the game doesn't respond to any controls. Also the script freezes too. How do I do it?