Camera Problem After detach Character

If you are setting the capsule’s world rotation, you need to GET world rotation of the capsule and plug it into the capsule’s SET world rotation. If you are setting CONTROL ROTATION, you would do GET CONTROL ROTATION. These are 2 different things. In your example you are setting the capsule with the control rotation. So try setting capsule rotation from the values of Get world rotation of the capsule. If that doesn’t work, then SET control rotation with the values of GET control rotation. Don’t combine the two as they are likely going to be different, based on your settings.

1 Like