I have a platform that spins, and so when my player touches the platform they are parented to it so that they will rotate around with it. The problem is they can then no longer move because moveposition requires the rigidbody to not have a parent.
Is there anyway to still use MovePosition in spite of the player being parented?