Teleport problem

Hi !

If i use the “teleport”, how can i increase the speed of the character if i fall the “Portal”.

I hope you understand what i want :slight_smile:

So if i falling down some high place and “beginOverlap” the portal gate, how can i increase the speed when i out of the “Portal_exit”.

Thanks in advance!

Hi Drack,

After teleport, run a branch to see if the player is falling (Check player state), if true, apply force in the direction of the player’s forward vector/down vector. That should work!