I’m making a platform that slowly moves sideways and uses AlignPosition, it has a hole and the player is meant to come through it.
If the player isn’t in the right spot and doesn’t pass the hole, the whole platform gets pushed upwards or gets tilted. Even if the player jumps into the platform it still gets moved.
Basically, the platform has to be “locked in spot” and yet move sideways without the player pushing it up if they fail the hole.
Are my AlignPosition settings fine?