Question:
My character consists of two separate body parts (upper and lower). When I crouch, I use “Change Object” to switch to a separate crouching object.
However, if the crouching object is facing left, standing up and switching back to the standing object causes the character to face right.
I want to modify the facing direction variable, but this variable is read-only.
Previously, I tried saving the [Variable], using “Change Object,” then checking the facing direction via [Variable] and correcting the movement. However, this resulted in the issues shown in the GIF.
Is there any way to fix this?


