Platformer trampoline

Hi. I need some help doing a trampoline or slider where it pushed the player in a direction just like sonic the hedgehog and racing games. Thank you! :slight_smile:

How about:
collision sensor -> AND -> Motion actuator Force [0.0, 0.0, 30.0] disable[L]

Alternative you can let the ground apply a force to whatever it touches. Due to it’s dynamic nature, you need a Python controller to implement that.