Character becomes transparent when there is an object between it and the camera

This may be a stupid question, but is there any way to disable this? I’ve looked around and can’t seem to find any related properties.

Albeit a gross method, you can use :GetPropertyChangedSignal(“LocalTransparencyModifier”) on every part in the character, and then reset it back to 0 if it was changed.

1 Like

This works on the character’s body, however, accessories (hats, etc) still become transparent.

image

Use GetDescendants then

3 Likes

Thanks, I appreciate the help.

1 Like