Rotating platforms for 3d platformer

I’m trying to build rotating platforms for a 3d platformer, but when the player lands on them they don’t rotate with the platform. I tried the sticker extension, but it just makes the player character spin with the platform without actually moving with it. how do I get the player to stay on the platform while its rotating?

Take a look at this example. It uses a behavior for moving platform.

1 Like