So what I want to do is make it so that players can ride a boulder while standing on top of it, boulders don’t really have any real functionality besides ‘respawning’.
The issue with this is that boulders are unanchored, I can’t use relative CFraming and another mechanic interferes with most approaches I’ve had. (The mechanic is a block that launches the boulder, which unfortunately tends to fling players because of the sudden velocity increase.)
I’ve tried CFraming the player to the boulder, doesn’t seem to work, so far I’m trying to get physics movers to work.