Launch Player On Overlapp

Hi there. I’m making a Sky Island platformer and to navagate the world, I want to make clouds that when you jump on them, they launch you in the air. However, when testing this out, I was unable to script the event. The target is called Farmer so if it’s the target that needs changing, please explain what to script. Thank you!

you need to tell the launch character node which charakter should be launched.
So you just need to plug in the other actor from your overlap event into the target of the launch charakter node.

To improve this you should take out the other actor pin and cast it to your farmer charakter and with the farmer charakter pin feed the launch charakter node. This will prevent your cloud to launch something different than your actual charakter

How it could look like

Thank you very much! Works perfect

Thank you! It’s all working now

Nice to hear. Can you mark the question as answered? or do you’ve still a question to this topic?

Resolved.