I have a space station that consist of an interior on the bottom layer, and an exterior on the top layer. The station rotates in orbit, and I want my players and npc's on the interior to rotate with it and still be able to walk around normally like on a real spacestation.
It's a bit of a meager description your providing here .... an example would do wonders ...
Anyways, it sounds like you could do with something like:
When space station rotates x degrees, apply same rotational angle to whatever needs to rotate too,
I want the player to move with the station as it rotates, so that if he stands still, he will stay at the same spot on the floor while the floor moves, so everything in the station isn't moving around him.
Develop games in your browser. Powerful, performant & highly capable.
How about pinning the player to the floor when he is not moving, and disable the pin when moving.
Simple, yet effective