How can I snap my character to a floor with any given rotation?

this game looks awesome! can you get the velocity of the platform thruster as a variable? you can try in your cahracter blueprint, you would probably need some kind of boolean varaible to check if youre on a platform or not, and if you are, then add the platforms velocity to your players position, then set that to the players position in event tick.