Make an object stand on a rotating object and rotate with it

Hello! I’m kinda newbie here, so I got some questions for which I have no answer. Well, the most important question is about rotation. How can I make an object stand on a rotating object and rotate with it as, for example, an astronaut standing on a rotating asteroid/planet.This is especially difficult for me given the fact that there will be a lot of such asteroids, but for one asteroid I am able to “write code” I’ve tried many approaches, but lack of skills prevents me from reaching a satisfactory solution.
I hope that the picture will help to understand the idea:
https://drive.google.com/open?id=1o-ymy4L6YxmfUKSo8IpealXfKe2SOhZJ

Thanks!

2 Likes

Try this :

Condition - Object1 is in collision with Object 2

Action - Rotate Object 1 towards Object2.Direction() at 0deg/second

That might work, it’s what I use to keep my characters gun pointing in the direction he’s facing.

1 Like

Yep! Thank you a lot, after a few upgrades of your variant i got what i need:wink:

1 Like

Thanks. Post what you got cause I may want to use it one day