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!
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.